- From: Michael Langham <michaellangham@polarisrc.com>
- Date: Wed, 06 Jun 2007 12:25:07 -0400
- To: <www-validator@w3.org>
NOTE: Whenever possible, give the address of the document you were checking. I was simply re-checking a validation of the page http://www.prcrecruit.com/bdiMonster/index.html It had previously passed inspection. Today however, it failed. What was interesting to find out was the object for its failure. List below is the code straight from your validation site <p> <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a> </p> Where the above checked page balked was actually due to the above pasted code, where it states <img src= ... > Your validation procedure did not like the "img" before the "src" When that was removed, the page "PASSED". Just thought you'd like to know. Michael
Received on Wednesday, 6 June 2007 19:33:22 UTC