Valid Site html section non validating in xhtml..

Yes, the Valid XHTML link code is not Valid with CSS.
I have tweaked almost every page on all my clients sites to put 
validating code for both the HTML and CSS Validators.

Non Valid code in xml docuents with css:

   <p>
     <a href="http://validator.w3.org/check?uri=referer"><img
         src="http://www.w3.org/Icons/valid-xhtml10"
         alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
   </p>

Validating code through both the HTML and CSS Validators:
<p>
<a href="http://validator.w3.org/check?uri=referer"><img 
style="border:0;width:88px;height:31px" 
src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" 
  /></a>
  <a href="http://jigsaw.w3.org/css-validator/check/referer">
   <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss"
        alt="Valid CSS!" />
  </a>
</p>

Since I am always telling people that meeting "standards" is important, 
I figure giving you code snippet to ad to the option for a page that 
uses CSS as well can't hurt.

Jaqui

Received on Thursday, 10 August 2006 15:33:21 UTC