- From: John Lewis <lewi0371@mrs.umn.edu>
- Date: Wed, 4 Dec 2002 11:04:33 -0600
- To: www-validator-css@w3.org
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