On 9/26/05, Sam Partington <[EMAIL PROTECTED]> wrote: > > >>Also, my CSS validation tests have recently stopped working correctly. > > >> The validator now reports "No style sheet found". The xhtml > > >>validates, and shows 4 or 5 styles sheets on each page. As far as I'm > > >>aware I've changed nothing, and yet every one of my pages now shows > > >>fail on my test page.
I used http://web-sniffer.net/ to confirm that the css files are served as text/css. I then made a small test file with the following code in the header to test the w3c validator with single quotes around attribute values in the xhtml file and the lack of the type attribute in the links. <base href="http://www.luusac.org.uk/" /> <link rel="stylesheet" href="./styles/base.css" type="text/css" /> <link rel='stylesheet' href="./styles/test.css" /> <link rel='stylesheet' href='./styles/blue.css' type="text/css" title='Standard' /> The <link>'s with the ' type="text/css" ' attribute set were picked up by the w3c validator. The links without the type attribute set were not validated. The validator must be looking for the type attribute to determine what should be checked. HTH --- Paul Debban ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/