HTML - menu, header, footer problem?

imported_jimbot

New member
If you are using plain HTML you can't really do that, except for (ugh) frames or (ugh ugh) javascript.

If you are using php or asp or something it's very easy, and you should look up "php include" or "asp include".
 
Alright, so I've got some of my website made. In one file, I have my menu (which will be on the left). In another file, I have my header (with the site logo and title and stuff). In another file, I have my footer (contact info, date modified, etc.).
I've tried using Google to find something, but it is so confusing and no one seems to explain it right.
When I make my index file, how to I insert the header, footer, and menu? As simply as possible! I want to make a template so that I can just insert the new article in each time.
Any help here?
Thanks in advance.
 
Back
Top