G
George Hester
I have a custom template that includes <!DOCTYPE and some other HTML
elements. A few of these are like this:
<script type="text/javascript" src="/jscrips/init.js"></script>
or for including style sheets or a favicon. But when I try to use the
template all relative locations are changed to absolute. For example the
above beomes:
<script type="text/javascript"
src="http://www.myserver.com/jscrips/init.js"></script>
I would prefer the relative addressing stay relative addressing. Is
FrontPage 2003 changing the addressing in this manner because that is how it
should be done or if not, can this be fixed? Thanks.
elements. A few of these are like this:
<script type="text/javascript" src="/jscrips/init.js"></script>
or for including style sheets or a favicon. But when I try to use the
template all relative locations are changed to absolute. For example the
above beomes:
<script type="text/javascript"
src="http://www.myserver.com/jscrips/init.js"></script>
I would prefer the relative addressing stay relative addressing. Is
FrontPage 2003 changing the addressing in this manner because that is how it
should be done or if not, can this be fixed? Thanks.