external files within and .html file..

juicebox

New member
Dec 29, 2009
267
6
0
New York
I'm trying to put an external footer into my website pages so I can edit just one file when editing the site.

I already have the footer setup in table tags in a file called, footer.html
How do I include that file within index.html?


thanks!
 


In case anyone wonders you can't do that with a plain HTML file, you can go oldschool and use server-side includes (SSI) or you can use something like PHP to generate your page...