Sto cercando di validare il codice di un pagina HTML secondo lo standard XHTML 1.0, ma mi da i seguenti problemi...

Below are the results of attempting to parse this document with an SGML parser.

codice:
Line 7, column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified 
  <style type=text/css>@import url("box.css");
              ^
Line 7, column 17: NET-enabling start-tag not immediately followed by null end-tag 
  <style type=text/css>@import url("box.css");
                   ^
Line 7, column 21: character data is not allowed here 
  <style type=text/css>@import url("box.css");
                       ^
Line 8, column 7: end tag for element "style" which is not open (explain...). 
  </style>
         ^
Line 11, column 11: there is no attribute "STYLE" (explain...). 
  <div STYLE="margin-top:-150px; margin-left:-360px; margin-bottom:0px;" class="co
             ^
forse devo cambiare la maniera con cui incorporo il file.css?


grazie a tutti per l'attenzione.

dies


[edit]
ho cambiato il titolo del topic
[/eidt]