Question: Sites with many similar pages....

admin

Administrator
Staff member
I'm in the process of designing a site that will have 100+ pages. Each page must have the same header graphic and navigation buttons at the top.<br />
<br />
The problem is, the header graphic & navigation may change in the future. I don't want to have to change all 100 pages if I don't have to. Can I design 1 html file for the header and have that inserted on the top of every page? How is this accomplished?<br />
<br />
Thanks in advance for the help!<!--content-->couple possible ways. one most common is SSI (serverside includes) but this means that you have to make all the pages have an .shtml extension. or unless you use a serverside coding then it can just be includes.<!--content-->Hey, that's actually pretty easy. Thanks for the shove in the right direction!<!--content-->sure thing, but I forgot to mention one thing. your server (host) has to support SSI<!--content-->My host (<!-- w --><a class="postlink" href="http://www.futurequest.net">www.futurequest.net</a><!-- w -->) does support SSI, they rock!<br />
<br />
Thanks again.<!--content-->Hey - <br />
<br />
You can also use frames if you would like to....<!--content-->i was wondering about that...<br />
<br />
<iframe src=http://www.htmlforums.com/archive/index.php/"page.html" height="[height]" width="[width]" name="page"> <br />
then in your nav links use <a href=http://www.htmlforums.com/archive/index.php/"#.html" TARGET="page"><!--content-->
 
Back
Top