How do I make an html website template?
December 17th 2009
How do I make a template using html, so that if I need to change the whole website, I only have to change 1 page? Because when you have like 50 pages e.g. home.html,contactus.html, policies.html etc, but you discover that you spelt the link “Hoome” wrong, you have to edit every single page to rename it to “Home”. How do I get around this? Is there a shortcut?







December 17th, 2009 at 5:23 pm
You can use PHP, instead of HTML, to accomplish what you need to do.
December 20th, 2009 at 2:46 pm
use a iframe T^T
paste the code in the main page, and your done!
December 23rd, 2009 at 11:23 am
You could use IFrames, Frames, or if your webhost supports ASP, ASP.net, php, etc., etc., you could use serverside includes, simply refrence the code from a file and insert it into multiple different pages. (I recomend this over any type of frames.) check out and search these items.