> Hmm, for http://www.w3.org/Style/CSS/ I get: > > [...] > Getting code of URL specified > Preparing to get code from URL specified. > Ready to read from http://www.w3.org/Style/CSS/ > Reading Line-by-line code from URL specified. > Index was outside the bounds of the array. > [...] Well, try http://jigsaw.w3.org/css-validator/ for http://jigsaw.w3.org/css-validator/ Given you use the German language version of the validator, result is: Target: http://jigsaw.w3.org/css-validator/ --- Please, validate your XML document first! Line 45 Column 97 An invalid XML character (Unicode: 0xfc) was found in the element content of the document. --- So much on w3.org following their own standards (they use ä, ü, ö, ß insted of ä etc.) Haiko