- From: Nigel Peck - MIS Web Design <nigel@miswebdesign.com>
- Date: Wed, 4 Dec 2002 16:48:31 -0000
- To: "Tim McMahon" <txm@ams.org>, <www-validator-css@w3.org>
The warning is like it says, you haven't specified a color. This could result in your page being unreadable if the user has set their text color to the same as you have set your background color. To set text to black: BODY { color:#000000; background-color : #ffffff; padding : 8px; font-family : Arial, Helvetica, Verdana, sans-serif; text-align : left; } Hope this helps Nigel Peck MIS Web Design http://www.miswebdesign.com/ -----Original Message----- From: www-validator-css-request@w3.org [mailto:www-validator-css-request@w3.org]On Behalf Of Tim McMahon Sent: 04 December 2002 16:31 To: www-validator-css@w3.org Subject: BUG? W3C CSS Validator Results Hello, Using the W3C CSS Validator I continue to receive a warning: "Level : 1 You have no color with your background-color : BODY " I get this message despite the fact that I do have this specified as follows: BODY { background-color : #ffffff; padding : 8px; font-family : Arial, Helvetica, Verdana, sans-serif; text-align : left; } Is this a bug? If not, will you point out my error. Thank you. -- Tim ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Timothy E. McMahon Electronic Publishing Specialist American Mathematical Society txm@ams.org 401.455.4077 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Received on Wednesday, 4 December 2002 11:48:46 UTC