Sent by Vector40 on 28 June 2002 19:07
In a message dated Fri, 28 Jun 2002 11:20:20 AM Eastern Standard Time, Dean|eCreate
[EMAIL-REMOVED]> writes:
>I get the following result from the W3C CSS validator:
>
> Warning:
> You have no background-color with your color : a:link
>
>I don't want a background color for the link. How do I make the validator happy with that?
Well, as the others have said, you actually don't have to. But if you want to make the validator
content, you have a few options:
1. Set background-color to "inherit."
2. Set background-color to whatever the background of the page is.
3. Set background-color to "transparent."
- Brandon Oto