SITE NAME GOES HERE


MENU
Home
CSS Instructions
Modifications
Dynamic menu
Customize
Purchase
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:

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

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

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

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

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

 

bulletChange "none" to underline if you want the link to be underlined and vice versa
bulletChange 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

 

 

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.