Re: W3C CSS Validator

On 5 Feb 2009, at 3:02 AM, Carl Barcroft wrote:

> I ran the the W3C Validator on my company's site, www.projecta.com,  
> and had our programmer fix all of the errors but there is one error  
> that reappears even though it was fixed. This is the error that it  
> spits out:
>
> 89
> BR.ContentSeparator
> Value Error : clear all is not a clear value : all
>
> clear: all; has been changed to clear: both;
>
> As per W3C standards. I would like to put the CSS Validator Seal on  
> our site but I can't if an error occurs.


Hi Carl,

Does the site behave if you simply drop clear="all" (within the <br>  
element)?

If you really need clear, you can use css:

  br { clear: both }

  _ Ian



>
> Any suggestions
>
> Sincerely,
>
> Carl Barcroft
> Sales and Marketing
> Project A, Inc.
> 5350 Hwy 66
> Ashland, OR, 97520
> carl@projecta.com
> 541-488-1702 ext. 101
>

--
Ian Jacobs (ij@w3.org)    http://www.w3.org/People/Jacobs/
Tel:                                      +1 718 260 9447

Received on Thursday, 5 February 2009 20:48:57 UTC