- ROBOT.TXT - - -
Don't forget the robot file... or it may haunt you on the search engines!
Here's a good write up on the subject:
- http://info.webcrawler.com/mak/projects/robots/norobots.html
- NO UNDERLINE - - -
11/18/00 (This
goes in the <head> tag)
<style>
body{background-color:#FFFFFF}
A{color:#FFFFFF; text-decoration:none}
</style>
You can apply style by link too!
<A HREF="http://suzroot.com" style="text-decoration:none">suzroot.com</A>
- NO
CACHE - - -
11/09/00
<META
HTTP-EQUIV="expires" CONTENT="0">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
- CSS - - -
Here's the link to call an external page. (goes in
<head> tags)
<LINK REL=stylesheet HREF="http://www.your.page/fred.css"
TYPE="text/css">
- INCLUDES
- - -
02/27/01
SHTML
<!--#include virtual="/file.txt" -->
<!--#include file="mailform1.txt" -->
More on this subject:
- http://bignosebird.com/sdocs/include.shtml