[html] Including a html file in another html file
Hi, I am currently building a site, and I would like to create a 'template' html file which will include the menu links, headers and footers etc, and then create seperate 'content' pages.
This way I can change the template in a single location rather than having to edit a dozen pages to add a new link on the menu. What is the best way to do this? I know that it can be done with server side includes - but the problem is that I don't know anything about the server that this site will be deployed on. I want to keep things as straight forward as possible, and to avoid anything server side like PHP, SSI, etc.
Any ideas?
Thanks,
__________________
|