On 26/07/2007 04:30, Christopher Blake wrote:
> Hi,
> 
> If it helps, this is the page I am trying to validate the CSS for:
> http://www.3pointdesign.com/
> 
> I am trying here:
> http://jigsaw.w3.org/css-validator/
> 
> and this is what I get:
> Servlet has thrown exception:javax.servlet.ServletException: Timed out

I just tried the same thing and for the same result. Then, using the
Firefox web developer toolbar selected "validate local CSS" instead.
 The result was

> Lexical error at line 210, column 2. Encountered: "/" (47), after : "<"

Looking through your stylesheets searching for '<', I found an IE
conditional comment in there. I think this is likely to be your
problem - these shouldn't be in your stylesheet. Put this somewhere
in the <head> of your document xhtml, and that should sort things out.

-- 
http://antanova.blogspot.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to