Stas Bekman wrote: > > allan wrote: > > of the errors: > > > > the units are easily fixed -> probably just "0px" instead of "0". > > fixed: > Congratulations! > Valid CSS!This document validates as CSS! > Congratulations, this document validates as HTML 4.01 Transitional! > > > the warnings. i have told my feelings about this in a mail > > ages ago. we should fix it if we want to put that valid logo > > on the site, but personally i think it seems rather stupid > > to have to assign a background-colour for a p-tag etc. > > we know that have to fix these, I've asked *how* to fix these warnings.
try remove the color (font) specs everywhere it's black. then specifiy: color: #000000; for the body tag everything _should_ inherit from that color. if we specify another: color: #whatever in any other style-rule we also have to specify the background apparently [which seems stupid IMO] ./allan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
