hey. i am currently using notepad to make a website and i need help. my site has already been created, but i have a question. I want to know how to make my index a template so that i dont have to change 100 pages each time i update. is there some html code i can paste? do i have to save my template as a certain file? any help would be nice. THX!!
If your host supports PHP you can use PHP includes. http://www.tizag.com/phpT/include.php With that you have a header and footer include and whatever else you want to include and your content goes in the middle.