- From: <mark.r.burton@gsk.com>
- Date: Fri, 10 Mar 2006 08:40:25 +0000
- To: www-validator-css@w3.org
Received on Friday, 10 March 2006 09:30:01 UTC
Hi,
I ran your test on my site and all is well it passed validation.
Then inserted your script!
I ran your test on style sheets and it passed validation.
Then inserted your script!
....Then I ran your test on my site and it failed!
Your script is wrong... Can you see the error?
<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>
Should be;
<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>
Away lads!
Best regards
Mark
Received on Friday, 10 March 2006 09:30:01 UTC