attaching a dynamic web template to a dynamic web template

D

Dan V.

How do I with dynamic web templates (dwt) have a footer and header on each
page in my site AND use other more complex dwt's in my website that have
this same footer and header. Don't I have to attach a dwt to a dwt?
 
J

Jim Buyens

-----Original Message-----
How do I with dynamic web templates (dwt) have a footer
and header on each page in my site AND use other more
complex dwt's in my website that have this same footer
and header. Don't I have to attach a dwt to a dwt?

FP2003 doesn't support nested DWTs. To use the same header
and footer in serveral DWTs, each DWT would need to use
Include Page components or SSIs.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
D

Dan V.

Thank you Jim.

The - Insert | Web component | Included Content | Page -option worked great.
What do you mean by SSI?
 
J

Jim Buyens

An SSI is a Server-Side Include. Youcode it as an HTML comment like
this:

<!-- #include file="lib/adovbs.inc" -->

where lib/adovbs.inc is the relative path and file name of the file
you want to include.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

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

Top