Probably already you have these mentioned by other Group members, however:
You're thinking of either Server Side Includes, the Frontpage Include Page
component or Shared Borders.
[Shared Borders:]
Shared borders are easiest to implement - Format menu > shared border, then apply
which ever one (left,right,top, bottom) you want, and click 'current page' or
'all pages'....then in design view, put the content in the part above the dotted
line (which 'represents' the shared page).
[Include Content component]
With theFrontpage include component, you create a separate page ('master page' as
you call it is an apt definition). So you create the content on the master page,
save it as whatever.htm and then Insert menu > Web Component > Included Page
Content and then specify the filename of the page you just created
it will show up in every page, but you have to physically go to every page and
repeat the Insert>Web componpent procedure for each page you want the included
content on.
[Server Side Includes]
Server Side Includes (SSI) depends on if your host supports it, and not all
support including of all file types (some allow only .txt i.e. may not allow
htm - but for your purpose a text file (created in notepad) will do fine if all
you want to do is add contact details at the foot of every page.
Insert the code (in every page) something like : <!-- #include
virtual="whatever.htm"--> at the place you want the included page to appear,
where "whatever.htm" is the name of your file.
The drawback on any of methods 2 & 3 is you have to insert the code manually
into each and every page (and you mentioned you didn't really want to edit every
page.....in this case you might have to anyway :-|
Shared Borders - you can apply the border(s) to all pages without actually
opening all pages.....it is the quicker method.
Erica said:
My company currently has a web site. We'd like to add our name and
address to
the bottom of each page, without having to manually type this in on every page.
Is there some sort of "master page" we can add this to? Thank you for your help!