redss
Programmer
- Oct 20, 2002
- 195
I have several web pages that all share the same graphical menu on top and the left, and I want to store that common html in its own file and include a reference to it in my content pages.
what is the easiest way to do that and be able to preview the completed pages in my browser? (without using php/asp/cfm, etc)
I am under the understanding that server side includes require the use of a web server to populate with the contents of the included file (making local preview difficult when not connected to the server), and besides, most websites I see have a .html extension not .shtml extension, so what technique are they using so that all the pages don't have to be individually updated when the top menu needs to be changed?
what is the easiest way to do that and be able to preview the completed pages in my browser? (without using php/asp/cfm, etc)
I am under the understanding that server side includes require the use of a web server to populate with the contents of the included file (making local preview difficult when not connected to the server), and besides, most websites I see have a .html extension not .shtml extension, so what technique are they using so that all the pages don't have to be individually updated when the top menu needs to be changed?