- From: <SCJessey@aol.com>
- Date: Thu, 3 Oct 2002 21:16:18 EDT
- To: www-html@w3.org
Received on Thursday, 3 October 2002 21:16:52 UTC
Lam asks why the use of a DOCTYPE is stopping a table background from being
blue.
Lam's style rules:-
table {background-color: "blue"}
p {background-color: rgb(250,0,255)}
The
CSS for the table properties is invalid. Change to the following:-
table { background-color: blue; }
Simon Jessey
e: <A HREF="mailto:scjessey@aol.com">scjessey@aol.com</A>
w: <A HREF="http://jessey.net/">http://jessey.net</A>
Received on Thursday, 3 October 2002 21:16:52 UTC