Re: something seems amiss

* Sean M. Foy wrote:
>I tried to validate http://janus.kircpe.cableone.net/jins319/ which does
>validate as XHTML 1.0, and received a mysterious error page (huge gray "CSS"
>and little else).  It certainly ought to pass CSS validation since the only
>CSS used in that page is a W3C Core Stylesheet and a little style defined on
>the W3C CSS icon I copied from your site.

You document type declaration reads

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

It should be

  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-- 
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 Wednesday, 9 May 2001 14:06:07 UTC