- SSI - - -
Speaking of huge timesavers especially on navigation stuff - Here's
how....
Name your html file that is drawing the include to .shtml this will work
with .htm files too. (A good way to keep track of your includes is
in a 'includes' folder.) Insert (after you edit the path) the
following code on you shtml file wherever you want the content of the
include file to show up. The include file works fine with just
partial HTML in it as it's being drawn into an html file that already has
all of the necessary tags. So just put in the file what you want to
show up... i.e. a navigation bar. (This is a HUGE timesaver.)
HTML
<!--#include
file="../includes/test.htm"-->
SHTML
<!--#include
virtual="../includes/test.htm"-->
Do you know all of this stuff
already? Well, check out the Meta
Tags & Titles section, or the Developer
Resources section. When your a web developer, there's always
stuff to learn!
A repeatables.com sister site
nikolaisen@yahoo.com