Forum Moderators: mack
thanks in advance for your help.
How best to do them depends on your server setup - whether it's got php or asp installed etc. I've never actually done it myself, but there are basically 3 ways to do it, that I know of:
Server Side Include (SSI) this is used on pages with the shtml extension. I'm afraid I have no idea how this works, but google it and you're sure to find tutorials.
php include - the simplest if you have php on your hosting, and it's very easy - you don't really need to know much php to do it.
asp include - same as above but for asp.
w3schools has tutorials on these, and some searching will undoubtedly reveal other advice.
Basically you have a template which has instructions to "pull" various parts of a "master" page together.
And there is also the more advanced velocity template structure and all that stuff where you don't even see page extensions, but java commands like "product.do" and "product.get" in the url.
It all depends on the level of security you want on your site.