View Full Version : Please help. Something is wrong with my code.


Tuesday7
07-26-2003, 04:48 PM
Can someone(s) please tell me whats wrong with this:

<style type="text/css">
BODY {
font-size: 8pt;

scrollbar-face-color:#66cc66;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#ccffcc;
scrollbar-shadow-color:#009900;
scrollbar-highlight-color:#33ff99;
scrollbar-3dlight-color:#33ff99;
scrollbar-darkshadow-color:#666600; }

.blog {
COLOR: 666600; FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 8px }

.smallfont
{ FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 11px }

.calprevious
{ FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 10px }

.monthname
{ FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 11px }

.calnext
{ FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 10px }

.dayname { FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 9px }

.datenumber { FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 9px }

.taglines { FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 11px }


A:link {
COLOR: #009900; TEXT-DECORATION: none }
A:visited {
COLOR: #009900 }
A:active {
COLOR: #FFFFFF; TEXT-DECORATION: strike through
}
A:hover { text-decoration: underline overline; color: #BBCFFF;
cursor:crosshair }
TD {
COLOR: #009900; FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 12px
}
</style>

pb&j
07-26-2003, 07:24 PM
the only part i see is strike-through needs the hyphen in the middle of it.

can you explain further on what is not working after that is fixed?

stargrl329
07-26-2003, 07:29 PM
question: is this an external css file? if so, remove the <style> and </style> tags.