|
Its all about the style sheets. They are a small text file which contains all formating infomation, heres the one ive used for my home page
code:
BODY {
BACKGROUND-COLOR: #000890
}
TD.titlebar {
BACKGROUND-COLOR: #3ff8ff
}
TD.linkbar {
FONT: 8pt Verdana; COLOR: white; BACKGROUND-COLOR: #1f4ff0
}
TABLE.content {
BORDER-RIGHT: white 1px solid; BORDER-TOP: white 1px solid; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
A.links:link {
FONT: bold 8pt Verdana; COLOR: white; TEXT-DECORATION: none
}
A.links:visited {
FONT: bold 8pt Verdana; COLOR: white; TEXT-DECORATION: none
}
A.links:hover {
FONT: bold 8pt Verdana; COLOR: white; TEXT-DECORATION: underline
}
A.links:active {
FONT: bold 8pt Verdana; COLOR: white; TEXT-DECORATION: none
}
A.email:link {
FONT: 10pt Verdana; COLOR: #3ff8ff; TEXT-DECORATION: none
}
A.email:visited {
FONT: 10pt Verdana; COLOR: #3ff8ff; TEXT-DECORATION: none
}
A.email:hover {
FONT: 10pt Verdana; COLOR: #3ff8ff; TEXT-DECORATION: underline
}
A.email:active {
FONT: 10pt Verdana; COLOR: #3ff8ff; TEXT-DECORATION: none
}
.content_title {
FONT: bold 10pt Verdana; COLOR: black
}
.content_text {
FONT: 10pt Verdana; COLOR: white
}
.copyright {
FONT: 8pt Verdana; COLOR: white
}
and in the actual html file ive got
code:
< LINK href="files/ stylesheet.css" type=text/css rel=stylesheet >
(to keep the dam forums happy i had to insert a space after < , before stylesheet.css and before the > , dam things reading as html when its not allowed to
In between and
so any colour/font/size etc can be changed with just one file to be edited then all the paged that link to the style sheet will be changed
just do a google search for style sheets for shed loads of info, you can also get style sheet editors (i think the home suite package has an integrated one)
___________________

Beware of killer hamsters and the random running dogs.
|