From: salsweb on
How do I create a footer or header that is on every page. The type of thing
that would have links such as login, contact, help, privacy policy, etc.?
From: Rob Giordano (Crash) on
Looks at using .DWT (dynamic web templates)

--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression






"salsweb" <salsweb(a)discussions.microsoft.com> wrote in message
news:68C7F012-DC19-4B10-BC19-BCAF6B2BFAA9(a)microsoft.com...
> How do I create a footer or header that is on every page. The type of
> thing
> that would have links such as login, contact, help, privacy policy, etc.?


From: "Trevor Lawrence" Trevor on
From the Menu

Insert
Web Component
Included Content
Page

The page you select has the code you want included as a complete page, i.e.
it has the correct structure of
<html>
<head>
</head>
<body>
</body>
<html>

A example is on http://trevorl.mvps.org/ratec/ where the footer displays on
each page

The generated code is:-
<!--webbot bot="Include" U-Include="footer.html" TAG="BODY" startspan -->
<div id="footer">

<div style="float:left">
Copyright &copy; 2007 The Retired ACT Transport Employees Club Inc.</div>
<div align="right">
Last Updated: 20 July 2008</td>
</div>

</div>
<!-- === End div id="footer" === -->
<!--webbot bot="Include" i-checksum="52546" endspan -->

Note that what is included is everything between <body> and </body> on the
file "footer.html"

On this site, I also have an included sidebar, which has links such as you
want.

--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org

"salsweb" <salsweb(a)discussions.microsoft.com> wrote in message
news:68C7F012-DC19-4B10-BC19-BCAF6B2BFAA9(a)microsoft.com...
> How do I create a footer or header that is on every page. The type of
> thing
> that would have links such as login, contact, help, privacy policy, etc.?


From: salsweb on
how come it only says footer.html
http://salsweb.net is the site

"Trevor Lawrence" wrote:

> From the Menu
>
> Insert
> Web Component
> Included Content
> Page
>
> The page you select has the code you want included as a complete page, i.e.
> it has the correct structure of
> <html>
> <head>
> </head>
> <body>
> </body>
> <html>
>
> A example is on http://trevorl.mvps.org/ratec/ where the footer displays on
> each page
>
> The generated code is:-
> <!--webbot bot="Include" U-Include="footer.html" TAG="BODY" startspan -->
> <div id="footer">
>
> <div style="float:left">
> Copyright © 2007 The Retired ACT Transport Employees Club Inc.</div>
> <div align="right">
> Last Updated: 20 July 2008</td>
> </div>
>
> </div>
> <!-- === End div id="footer" === -->
> <!--webbot bot="Include" i-checksum="52546" endspan -->
>
> Note that what is included is everything between <body> and </body> on the
> file "footer.html"
>
> On this site, I also have an included sidebar, which has links such as you
> want.
>
> --
> Trevor Lawrence
> Canberra
> Web Site http://trevorl.mvps.org
>
> "salsweb" <salsweb(a)discussions.microsoft.com> wrote in message
> news:68C7F012-DC19-4B10-BC19-BCAF6B2BFAA9(a)microsoft.com...
> > How do I create a footer or header that is on every page. The type of
> > thing
> > that would have links such as login, contact, help, privacy policy, etc.?
>
>
>
From: "Trevor Lawrence" Trevor on

"salsweb" <salsweb(a)discussions.microsoft.com> wrote in message
news:801E2E39-6E22-4157-BA1D-BD4561CD4905(a)microsoft.com...
> how come it only says footer.html
> http://salsweb.net is the site
>

Because footer.html is in the same folder as index.html.

Hence, no other reference is needed

I may look further at the site at a later date (it is 1745 now in OZ)
--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org