Re: Error in HTML you could use to add this icon to your Web page

On Sun, Jun 25, 2006, Jarmo Maula wrote:
> Does the following code
> 
> 
> ; <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>
> Miss the .png ?

It's not missing but omitted, thanks to a feature in HTTP. Look up
"content negotiation" in your favorite Web search engine, there's a lot
of documentation on how this works.

Regards,
-- 
olivier

Received on Monday, 26 June 2006 06:48:44 UTC