- From: Kravvitz <Kravvitz@DynamicSiteSolutions.com>
- Date: Mon, 13 Jun 2005 01:46:10 -0400
- To: Tam +Snipers+Iceman <rfz_tam@hotmail.com>, www-validator-css@w3.org
You only get the valid CSS image if you use validate via the URL to the
X/HTML markup the CSS is being used with.
Tam +Snipers+Iceman wrote:
> hi im trying to validate my CSS using your validater, and it says
> nothing is wrong with it....so it should give me the code for the
> icon, but for some reason it doesnt, heres what it says
>
>
>
> No error or warning found
>
> To work as intended, your CSS style sheet needs a correct document
> parse tree. This means you should use valid HTML
> <http://validator.w3.org/>.
>
>
> Valid CSS information
>
> * h1 {
> o font-family : "Times New Roman", Times, serif;
> o font-size : 36pt;
> o font-style : italic;
> o font-weight : bold;
> o color : #cf3068;
> o text-decoration : underline;
> }
> * body {
> o background-color : #e0dfe3;
> o background-image :
> url(file:///C|/temp/futuristics/futuristics.jpg);
> o background-attachment : fixed;
> }
> * .myclassblue {
> o color : #0000cc;
> }
> * .myclasssmallfont {
> o font-size : 18pt;
> o color : #cf3068;
> }
> * .myclassheader {
> o font-size : 14pt;
> o font-style : italic;
> o font-weight : bold;
> o color : #cf3068;
> o text-decoration : underline;
> }
> * p {
> o font-family : "Times New Roman", Times, serif;
> o font-size : 14pt;
> }
> * .myclassnormal {
> o font-family : "Times New Roman", Times, serif;
> o font-size : 18pt;
> o font-style : normal;
> o font-weight : bold;
> o color : #000000;
> o text-decoration : none;
> }
> * .myclassbodycolor {
> o background-color : #81010e;
> }
>
> please try to give me a swift response hopefully before tomorrow, and
> with the css code please
>
Received on Monday, 13 June 2005 05:43:22 UTC