CSS Sample
 
TC logo
 
Main> CSS


CSS © R. Craig Collins

This document has an unmodified <body> tag... no link= or text=, etc. All of this is handled by an external css file.

Below is the contents of the controlling css file
body 
{
background: #FFFFFF URL("bg.jpg");

color: #000000;

}
a:link {color:#333333} 
a:visited {color:#999999} 
a:active {color:#0066FF} 
a:hover {color:red} 

DIV.TT {font-size: 8pt; color: #000000; font-family: Courier}

Right click this page, and chooseView/Source to see what is controlled locally, and what is drawn from the css

PS If using IE 7, you may see a logo on this page's Title bar... this is done by adding the line
<link rel="SHORTCUT ICON" HREF="filename.ico"/> immediately above the
<TITLE> </TITLE> in the head.
The logo must be 16x16 pixels, 16 colors, and saved as the filetype .ico
NOTE: THIS DOES NOT WORK WITH ALL BROWSERS

© R. Craig Collins, 2004/7