Search This Site:
 

Instructions for UnZipping and Using Website Files -

Your web site template set is a zipped file (zip). You will need a zipping utility program to open the file and extract (or install) the contents.

The style sheet styles all hyperlinks with the same styles. If you want different styles for the hyperlinks in the masthead, top menu, site navigation bars, content or footer areas, you will need to create the styles for them. The example used below is for the content area styles but it works the same way for each of the <div> tags. Change them to what you want.

#content a:link
{ font-weight: bold;
color: #004145;
background: transparent;
text-decoration: underline; }

#content a:visited {
font-weight: bold;
color: #000000;
background: transparent;
padding: 0px;
text-decoration: underline; }

#content a:hover {
font-weight: bold;
text-decoration : none;
background: #C47B7B;
color: #ffffff; }

#content a:active {
font-weight: bold;
text-decoration : underline;
background: #BFDFE2;
color: #000000; }

If you want to play around with different types of css menus try http://www.cssplay.co.uk/menus/

or

List-O-Matic Menu Creator

Add a Search Box to your site.

Things to remember:

HAVE FUN! If you find mistakes, please let me know.

You might want to create a layouts-templates website to keep your templates in. The instructions were written for Expression Web but you could use whatever your favorite web editor is.