PDA

View Full Version : Including header file using HTML


lonelyLUV
12-05-2006, 09:20 PM
Is it possible to include a header and footer file using HTML? I have my file as a .html and need to be able to include the HTML for the header and footer. Anyone know how I can do this?

selwonk
01-02-2007, 12:53 PM
To the best of my knowledge this can not be done without having access to IIS on the server...

Silmaril8n
01-02-2007, 02:39 PM
You can do this with SSI (http://httpd.apache.org/docs/1.3/howto/ssi.html) or also with some simple PHP (http://www.php.net/include/) scripting. Those are probably the most common methods at any rate.