|
Accessibility Grey Scale |
![]()
The following example will show you how SSI can save you lots of time without having to hard code every page on your site by simply using SSI (Includes). First the web pages you plan to use SSI on will have to be changed "From html or htm - To shtml". If you don't plan to use SSI on some of your pages, you don't have to rename them from html to shtml. The following is but one small way to use this powerful code.
Say at the end of the year you want to change the footer on your site that indicates your copyright notice. Normally you would have to edit every page to do this. This is where SSI is the most valuable time saving tool you will find. All you would have to do is edit (1) one page and all the rest of your pages would be automatically changed to the new copyright notice. <!--#include file="footer.shtml"--> Just copy and paste this Include code to the bottom of each of your web pages "in place of the existing copyright notice" you have on your pages. That's it! I hope I stated the above so that anyone can understand the simple and easy way to use SSI. This is only the very basic use, but I hope it will open the door so you can see the power of SSI . Copyright © 1998 - 2008 * JerryD's Site * All rights reserved
|