Forum Moderators: mack
You'll need to be using a language like PHP or ASP to use these, however. If you're on a *nix server, PHP is your friend. IIS and you're likely to have support for ASP.
Since it sounds like you've got a lot of established pages, the easiest way to make this happen would be to add the includes to all your .html files, then change the server settings so the html files are parsed as php or asp.
I know a tool called HTML2JS, that makes:
HTML2JS converts snippets of HTML-code into JavaScript, so you can easily link it into multiple pages with a simple tag. The technique is similar to SSI tags, but client based. The idea is: If you want a menu to appear on a couple of pages and something has to be changed you only have to edit your template and run HTML2JS once instead of editing the menu on all pages manually. Wherever you place the tag in your pages, it will "inject" the content of the template file.
How to get it?
Go to smapfiles.com and search for HTML2JS
Hope this helps
Paulo