Darrell tat wo schreiben:
>Can I create a separte page called footer.htm, that contains the above info
>and attach it to the bottom of each page? So I only have to change info in
>one place.
With something like PHP or SSI (Server Side Includes).
>If so can someone please give me an idea of how to do it, being trying for
>hours!
>
>Below is what I have being trying to use. This page plus the footer is in
>the root dir.
>
>I can pull up the main page but no info shows for footer. Do I have to
>install any special scripts etc.
Try to rename the main file to *.shtml so that the server will parse
it.

What server are you running? Sometimes SSI has to be configured
manually. For Apache check

[url]http://httpd.apache.org/docs/howto/ssi.html[/url]
[url]http://httpd.apache.org/docs/mod/mod_include.html[/url]

HTH
Micha