Originariamente inviato da Vitoloweb
grazie ho provato ecco la risposta

che errore è?

W3C CSS Validator Results for http://www.vitoloweb.net/dorianoeditore/
To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML.

Errors
URI : http://www.vitoloweb.net/dorianoeditore/immagini/foglio di stile.css
Line: -1
File not foundhttp://www.vitoloweb.net/dorianoeditore/immagini/foglio di stile.css: Bad Request

Valid CSS information
body {
background-image : url(immagini/background.gif);
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
}
.close {
background-image : url(immagini/closetotal.gif);
background-repeat : repeat-y;
height : 100%;
}
Evita gli spazi nei nomi dei file, modifica in foglio_di_stile.css.
Il validatore non riesce ad accedere al file, nel link dovresti sostituitli con l'entità ascii %20:
codice:
<link href="immagini/foglio%20di%20stile.css"
Ma, come detto prima, gli spazi sono sconsigliati per un fatto di compatibilità.