atlas
New Member
Originally posted by puDDs
Now why would you wanna do that on a 100+ page site? Do the intelligent thing and use php: <?virtual("/include/file.html")?> or ssi: <!--#include virtual="/include/file.html"-->. And if you don't have access to either, get a better webhost.
Two reasons....first, the template is an outline, not just a menu on the side (see link - http://www.newsfromtheass.com/archives.html). And second, ssi is slower than straight code. And since its so simple to make changes, I would rather keep it in code. I have no access to php, or I would use that, but for another use...
Since I'm a unix guy you know I don't use Dreamweaver. I use XEmacs....
Now, changing a template? Personally I'd store all the data in a database and then build the pages from a template. Take all of 2 minutes.
(now if you don't have access to a suitable database or perl I can understand if you don't use that solution)
matthew@atlascgi.com