Re: Problem

* Tranchant, Mark (M.A.) wrote:
>I'm trying to validate a site that used to validate fine.
>I have made no changes, but now the validator won't even
>show me an error.
>
>The site is http://www.tranchant.freeserve.co.uk/ - it
>has a "referrer" link on it, but neither that nor the
>"validate by URI" work.

You are using the following document type declaration:

  <!DOCTYPE html
  	PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  	"DTD/xhtml1-strict.dtd">

http://www.tranchant.freeserve.co.uk/DTD/xhtml1-strict.dtd doesn't
exist. Change this declaration. This is a FAQ, please dig through the
archives before posting, thanks.
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Sunday, 6 May 2001 08:06:25 UTC