Originally posted on the Steel Dolphin Forum a long long time ago.
Many of you know how to use Server Side Includes, and PHP/ASP. I am going to go over a few uses of these that make your life easier. You do not need to already know how to use these though.
The first rule to making your life easier as a web designer is changing as few files as possible when you need to make a change. That is why we use a separate CSS and JavaScript file, right? This all can be applied along with one of the philosophies behind XML, keep style separate from content.
This is very easy to do with Server Side Includes. How? Here’s the steps. (Your web server must support Server Side Includes)