SITE NAME GOES HERE

 
MENU
Home
CSS Instructions
Modifications
About Us
Customize
Information
Products
Services

STUFF
You can place any information you like in these break-out boxes. These boxes can be found in your includes folder. We've included three but you can put as many or few as you want.

MORE STUFF
You can place any information you like in these break-out boxes. These boxes can be found in your includes folder. We've included three but you can put as many or few as you want.

 
CSS Instructions

How to change the links from the CSS file:

Locate the file boxes.css in your root directory
Double click on it and you should see this:

A {
color: #000080;
text-decoration: none;
}

A:visited {
color: #000080;
text-decoration: none;
}

A:active {
color: #000080;
text-decoration: none;
}

A:hover {
color: #CC3300;
text-decoration: underline;
}

TD {
font-family: Verdana;
font-size: 13px;}

 

Change "none" to underline if you want the link to be underlined and vice versa
Change the colours of the links by locating color:#000080; and changing the value. The A:hover function is not recognised by NN4x browsers but will be ignored
Change the cell font and size by making alterations to TD {
font-family: Verdana;
font-size: 13px;}

 

 

Footer information goes here © 2001 Company Name

 

 

 
NEW
You can place any information you like in these break-out boxes. These boxes can be found in your includes folder. We've included three but you can put as many or few as you want.

NEWER
You can place any information you like in these break-out boxes. These boxes can be found in your includes folder. We've included three but you can put as many or few as you want.

EVEN NEWER
You can place any information you like in these break-out boxes. These boxes can be found in your includes folder. We've included three but you can put as many or few as you want.