Re: Add Subject Here

On Wed, 06 Jun 2007 12:25:07 -0400
Michael Langham wrote:

> 
> 
> 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
> 
> 
> 

I think if you append ".png" to the src= things may work better. The PNG
images do not appear on my browser. Thus this:
src="http://www.w3.org/Icons/valid-xhtml10.png"
Instead of this
src="http://www.w3.org/Icons/valid-xhtml10"

Same for the CSS image.

-- 
Michael
Linux: The OS people choose without $200,000,000 of persuasion.

Received on Thursday, 7 June 2007 04:27:06 UTC