Custom templates FP2003

  • Thread starter Thread starter George Hester
  • Start date Start date
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.
 
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
| __________________________________
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top