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?

re: attaching a dynamic web template to a dynamic web template by Jim

Jim
Thu Feb 19 11:08:53 CST 2004

>-----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)
|/---------------------------------------------------
*----------------------------------------------------


Re: attaching a dynamic web template to a dynamic web template by Dan

Dan
Thu Feb 19 11:52:15 CST 2004

Thank you Jim.

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

"Jim Buyens" <news@interlacken.com> wrote in message
news:1336401c3f70b$0d05a300$a601280a@phx.gbl...
> >-----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)
> |/---------------------------------------------------
> *----------------------------------------------------
>



Re: attaching a dynamic web template to a dynamic web template by news

news
Thu Feb 19 21:28:37 CST 2004

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)
|/---------------------------------------------------
*----------------------------------------------------


"Dan V." <danv@yah.com> wrote in message news:<uZPQdEx9DHA.568@TK2MSFTNGP09.phx.gbl>...
> Thank you Jim.
>
> The - Insert | Web component | Included Content | Page -option worked great.
> What do you mean by SSI?
>
> "Jim Buyens" <news@interlacken.com> wrote in message
> news:1336401c3f70b$0d05a300$a601280a@phx.gbl...
> > >-----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)
> > |/---------------------------------------------------
> > *----------------------------------------------------
> >