Quote:
Originally Posted by amxfan
Dave may know of a better and faster way of doing this but here is how I do it when working with a .dwt
|
I gave up on Dreamweaver Templates years ago.
I use
Server Side Includes instead as I find them
MUCH easier to maintain.
Back in the 1990s when webservers were less powerful, people did not use SSI because of the additional load they placed on the server. Now, with most servers in idle mode most of the time, this is no longer a concern.
I always convert every DWT site that I inherit to SSI.