[BUG]CSS validator produce non-xhtml compilant code for banner

Hi.

The CSS valid banner code should close the <img ...> tag so that a page will still be XHTML compilant after adding the code:

<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!"> <!--XXX should have been closed with ..."Valid CSS!" /> XXX-->
 </a>
</p>

yours,

Tormod Haugen.
-- 
.sig?

Received on Monday, 20 January 2003 18:22:46 UTC