I have a stylesheet that looks like this...
.MainTop {
color: FFFFFF;
a:link, a:visited, a:active {
color:cyan }
background-color: #336699;
font-family: Verdana, Arial,;
font-size: 11 px;
font-weight: bold;
}
...but the color of the text hyperlinked stays black no matter what I do (I tried replacing "cyan" with "#FFFF33" to see if it would make a difference, and it does not). I KNOW that the tect is using the stylesheet, because if change the font size from 11 px to 28 px, the text size changes without any problems.
Am I doing something wrong?
.MainTop {
color: FFFFFF;
a:link, a:visited, a:active {
color:cyan }
background-color: #336699;
font-family: Verdana, Arial,;
font-size: 11 px;
font-weight: bold;
}
...but the color of the text hyperlinked stays black no matter what I do (I tried replacing "cyan" with "#FFFF33" to see if it would make a difference, and it does not). I KNOW that the tect is using the stylesheet, because if change the font size from 11 px to 28 px, the text size changes without any problems.
Am I doing something wrong?