A very pedantic request

Hello all, forgive the very pedantic request but I have good reason :-)

 

I use the CSS validator a lot, and always use the XHTML validator
afterwards. However when adding the 'css validated' link to my code, it
breaks the XHTML.

Please could the site be updated to include the correct method for closing
the <img /> tag; it currently reads: 

 

<p>

 <a href="http://jigsaw.w3.org/css-validator/">

  <img style="border:0;width:88px;height:31px"

       src="http://jigsaw.w3.org/css-validator/images/vcss" 

       alt="Valid CSS!">

 </a>

</p>

 

Please could it be amended to:

 

<p>

 <a href="http://jigsaw.w3.org/css-validator/">

  <img style="border:0;width:88px;height:31px"

       src="http://jigsaw.w3.org/css-validator/images/vcss" 

       alt="Valid CSS! /">

 </a>

</p>

 

It would actually save me loads of time hehe.

 

Thank you,

 

John

Received on Tuesday, 13 December 2005 07:58:28 UTC