- From: Keith Underdown <keith.underdown@ntlworld.com>
- Date: Fri, 28 May 2004 12:26:28 +0100
- To: www-validator@w3.org
Hi
I have embedded the html code given on hte site for valid webpages and
it's giving problems with the latest release of ZoneAlarm Pro with
Ad-blocking set to high. Admittedly I have had to amend it slightly to
give the actual url as "referer" doesn't work from my server. What I had
was:
<div id="certificates">
<!-- includes all code showing the test we have passed -->
<p><a
href="http://validator.w3.org/check?uri="www.qconsultancy.co.uk/demos/alisonjohn/index.php?page_title=Welcome">
<img src="http://www.w3.org/Icons/valid-html401"
alt="Valid HTML 4.01!" height="31" width="88"
title="Link to allow validation of page"></a>
</p>
<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!"
title="Link to CSS Validator">
</a>
</p></div>
(the URI is dynamically generated in PHP according to the parameter passed)
The Valid Html image was blocked but the CSS one wasn't, so I changed it
to:
<div id="certificates">
<!-- includes all code showing the test we have passed -->
<p><a
href="http://validator.w3.org/check?uri="www.qconsultancy.co.uk/demos/alisonjohn/index.php?page_title=Welcome">
<img style="border:0;width:88px;height:31px"
src="http://www.w3.org/Icons/valid-html401"
alt="Valid HTML 4.01!"
title="Link to allow validation of page"></a>
</p>
<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!"
title="Link to CSS Validator">
</a>
</p></div>
in imitation of the CSS code and it worked! It's better html anyway so I
suggest it would be a good idea to change the snippet giving on the
results page for valid html.
I imagine it would also work if I saved the images on my server and
referred to them from there.
--
Keith Underdown
22 Caerleon Rd
CARDIFF
CF14 3DR
029 2033 1988
Received on Friday, 28 May 2004 07:51:16 UTC