- From: Hugues Lannoy <hugues.lannoy@nrb.be>
- Date: Tue, 25 Jan 2005 17:24:02 +0100
- To: www-validator-css@w3.org
Hello, While validating a css I realised the code you are releasing to put an image on the website saying it is valid CSS is invalid in xhtml 1.0. The code you provide is > <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> Which leads to the following message in the validator.w3.org : > end tag for "img" omitted, but OMITTAG NO was specified > > alt="Valid CSS!" > > > You may have neglected to close a tag, or perhaps you meant to "self-close" a tag; that is, ending it with "/>" instead of ">". The correct code would be : > alt="Valid CSS!" /> Best regards. __________________________________________________________________ Hugues LANNOY - N.R.B. mailto:hugues.lannoy@nrb.be Tel: +32 4 249 7708 - Fax: +32 4 249 7893 - GSM: +32 477 92 23 47 2eme Avenue, 65 - P.I. Hauts Sarts - B-4040 HERSTAL (BELGIQUE)
Received on Tuesday, 25 January 2005 16:53:55 UTC