| Welcome...
This template allows you to:
 |
Download a
prebuilt site to your machine. |
 |
Add and delete pages with ease.
|
 |
Customize page
content to suit your needs. |
 |
Publish your completed site to your
host. |

Cascading Style Sheets...
This template uses Cascading Style
Sheets to determine the font, its size and the hyperlinks colours
and underlines.
Modifications:
To make changes, double click on the file stylesheet.css in your
site files window. You'll see the news box font is smaller than
the rest of the page text - this can be altered by changing the
TD.menu setting. Dreamweaver does of course provide a user friendly
graphical interface to this file, but it is shown here in its raw
form for simplicity:
TD.menu
{
font-family: Verdana,Arial;
font-size: 11px;
color: #333333;
}

The link colours at the bottom of the page can be altered by changing
the lines beginning with "A"
A:link
A:visited
A:active
A:hover
The A:hover settings will change the "mouseover" color
and style of links in Internet Explorer and Netscape 6.
|