Posted by Jonathan N. Little on 02/01/07 13:50
fuli open wrote:
> I started to run the CSS validator on my files, and correct mistakes
> until getting the message of 'Congratulations'. But for one file I
> got the following message:
>
> quote
> W3C CSS Validator Results for http://www.pinyinology.com/wheel/
> fortune.html
>
> No error or warning found
>
> No style sheet found
> unquote
>
> the URL is: http://www.pinyinology.com/wheel/fortune.html
>
> It is possible that there is not error or warning. But there is a
> very long style sheet. I wonder whether the validator itself made a
> mistake. It found my file, but didn't do anything.
>
Your style definitions are within STYLE element, typically it is in a
separate sheet
<head>
<link rel="stylesheet" href="yourStyleSheet.css" type="text/css">
....
I believe the warning means that the validator can find no external sheet.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|