Custom templates FP2003

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.
 
S

Stefan B Rusynko

Are they real templates saved (along w/ the associated linked files) and defined as a template files in your user custom template
folder at:
%APPDATA%\Microsoft\FrontPage\Pages

For an example of how to do it see a typical multifile template (say photo.tem) like at
C:\Program Files\Microsoft Office\Templates\1033\PAGES
or for FP 2003
C:\Program Files\Microsoft Office\Templates\1033\PAGES11



| 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.
|
| --
| George Hester
| __________________________________
|
 
Top