Template used on all pages! Help!

liunx

Guest
I have a template setup using tables, but I expect to have many html pages. What I want to be able to do is edit the template once(eg. add a link on the menu), and have all those changes implemented in all my HTML pages, rather than have to edit each one individually.<br />
<br />
If anyone knows a way to do this OTHER than frames, I'd appreciate it very much. Also, the solution does not have to be HTML. If you know how to do this in Javascript, DHTML, etc., please respond!<br />
<br />
Boluk<!--content-->What server side languages do you have?<br />
<br />
Or would iframes be ok?<!--content-->unless you are creating your html pages using JavaScript(which would not be a recommended way) you will need some sort of hard core programming language application that will go through the html pages and update a particular line in it...<!--content-->I know HTML, Javascript, CSS, and can USE DHTML but can't write it from scratch.<br />
<br />
What are iFrames?<!--content-->None of those languages are really cut out for the job. You could use PHP or SSI, if your server supports either of those...<!--content-->Didn't think so. Anyways, since I've given up on the idea, do you know a good site that 'teaches' PHP?<!--content-->Here are some good PHP links:<br />
<br />
<!-- m --><a class="postlink" href="http://www.php.net">http://www.php.net</a><!-- m --> (my personal favorite) <br />
<!-- m --><a class="postlink" href="http://www.phpbuilder.com/">http://www.phpbuilder.com/</a><!-- m --> <br />
<!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/programming/php/index.html">http://hotwired.lycos.com/webmonkey/pro ... index.html</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://php.resourceindex.com">http://php.resourceindex.com</a><!-- m --> <br />
more links can be found at <!-- m --><a class="postlink" href="http://www.php.net/links.php">http://www.php.net/links.php</a><!-- m --> <br />
<br />
And here's a good list of PHP editors: <br />
<!-- m --><a class="postlink" href="http://phpeditors.dancinghippo.com/">http://phpeditors.dancinghippo.com/</a><!-- m --><!--content-->Dreamweaver will do it automatically.<!--content-->
 
Back
Top