|
Posted by Robi on October 23, 2005, 2:23 pm
Please log in for more thread options
>
> Example of my CSS follows:
>
> <style type="text/css" media="screen">
>
> BODY { color: white }
> A:link { color: 66CCFF; }
> A:visited { color: CC66FF; }
> A:active { color: CC66FF; }
[...]
not checking, but could your problem be the omission of the hash sign
in front of the color code?
as in
color: #66ccff
^
|