Re: BUG? W3C CSS Validator Results

Hello Tim,
Wednesday, December 4, 2002, 10:30:58 AM, you wrote:

> "Level : 1 You have no color with your background-color : BODY "
> [...]
> Is this a bug? If not, will you point out my error. Thank you.

No. You don't have an error, just a warning. Fix by adding this:

> BODY {
> background-color : #ffffff;
> color: #000000;
> padding : 8px; 
> font-family : Arial, Helvetica, Verdana, sans-serif; 
> text-align : left; 
> }

-- 
John

Received on Wednesday, 4 December 2002 12:05:14 UTC