Re: Validated XHTML 1.0 Markup

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Joe Pellerin <joe@targetmediatech.com> wrote:

>When one validates a page, they get a "Congrats" message, along with
>some markup to post on one's page.  A couple of questions:
>
>1) the image, when viewed by link (as provided) or downloaded as a local
>image, has a weird blue box around it that is a bit oversized on width
>(I am running WinXP / IE6)

That sounds like the standard border that MSIE:win (and most other browsers)
apply to images that are also links. You can get rid of it the same way would
get rid of it for other linked images on your pages. e.g. you could specify:

  a img {border: 0px}

in your style sheet.


>2) the link that is provided in the markup gives the following
>   error from the W3C site - 
>
>Sorry, this type of URI <http://www.w3.org/Addressing/#terms>  scheme
><http://www.iana.org/assignments/uri-schemes>  ("undefined") is not
>supported by this service. Please check that you entered the URI
>correctly.

This suggests your browser is either not sending a HTTP Referer header field,
or something is stripping it off before the request gets to the Validator.
Most likely this is either a proxy server or a personal firewall product if
you have such installed (the latter on your machine, the former on your
network somewhere). Consult your system administrator or ISP tech support for
further help with that issue (feel free to refer them to this list or me
personally if they need further information).


- -- 
 "Oh, my. What? Did I hurt your little, iddy, biddy feelings widdle MCSE
  kind of person?"                                       -- Tina Holmboe

-----BEGIN PGP SIGNATURE-----
Version: PGP SDK 3.0.2

iQA/AwUBPwXdoaPyPrIkdfXsEQKRngCePxx/jMaTSb0aCPwnvVq7F4w9WVUAoIsY
ilqYg2vjcv02KGjprHYPWxHP
=OtmT
-----END PGP SIGNATURE-----

Received on Friday, 4 July 2003 16:14:36 UTC