I want to build a new site and establish a common look and feel across pages using standard and consistent header format, navigation etc.
I believe that Server Side Includes would be one way of implementing such common components without unnecessary duplication. I am also aware that Dreamweaver has a 'template' feature which I assume could be used to the same end.
Do Dreamweaver templates effectively generate the same HTML across all pages that use that template? Presumably this would imply using more disk space on the server. Server Side Includes, on the other hand, might take a bit longer to load as it would involve reading 2 files rather than one. Do I have the concept right?
I am interested in knowing the pros and cons of the respective approaches and whether there tends to be a 'preferred' approach.
Thanks in advance.
I believe that Server Side Includes would be one way of implementing such common components without unnecessary duplication. I am also aware that Dreamweaver has a 'template' feature which I assume could be used to the same end.
Do Dreamweaver templates effectively generate the same HTML across all pages that use that template? Presumably this would imply using more disk space on the server. Server Side Includes, on the other hand, might take a bit longer to load as it would involve reading 2 files rather than one. Do I have the concept right?
I am interested in knowing the pros and cons of the respective approaches and whether there tends to be a 'preferred' approach.
Thanks in advance.