|
Server Side Includes Support
Server
Side Includes are small programs that are setup to make large Web
Sites easier to update and manage. You simply create a file that
will appear on all of the pages within your site, put one simple
line of code within your HTML, and that file (usually containing
HTML for a navigation bar or footer) will show up on every page
that the small one line of code is placed. If you want to update
your footer and this line of code is within the site, you simply
open the small file, update the code, and every page that has the
line referring to the small file is updated!
|