Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- CSS absolute bottom align?


mivox - 10:55 pm on Aug 5, 2002 (gmt 0)


I make a single footer document called foot.html, which is just the actual footer code (without the <head> section or <body> tags). Then I use an SSI call at the bottom of each page to pull it into the bottom of all my pages:

<!--#include file="foot.html" -->

A copy of foot.html needs to be uploaded to every directory containing files that will use it, in order for that specific SSI call to work.

Assuming your site is hosted on an Apache server, you can either name all your files with the ".shtml" suffix, or insert this line into a file called '.htacces' in the root directory of your site:

AddHandler server-parsed .html .htm .shtml


Thread source:: http://www.webmasterworld.com/css/268.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com