Quote:
|
Originally Posted by Holly
Are you sure you have to put it *in* the body element? Usually it's more like:
BODY { background: #000000 blah blah whatever; }
A:LINK { color: #000000; }
A:VISITED { color: #000000; }
A:ACTIVE { color: #000000; }
Otherwise, I think you'd have to use the body tag.
|
Example using your own code:
BODY {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 14pt;
color: 193C24;
background-color: E4F9CC;
}
A:LINK { color: #000000; }
A:VISITED { color: #000000; }
A:ACTIVE { color: #000000; }
