Codice PHP:
<html>
 <
head>
  <
style type="text/css">
  
   
html,body margin0padding0; }
   
body text-aligncenterbackground-colorblack; }
   
#container {  
    
background-colorrgb(101,41,154);
    
width716px;
    
height768px;
   }
   
#lato1 { 
    
background-imageurl(lato1.gif); 
    
width42px
    
height768px
    
floatleft
    } 
   
#lato2 { 
    
background-imageurl(lato2.gif); 
    
width42px
    
height768px
    
floatright
    }
   
#cont { 
   
background-colorrgb(101,41,154);  
   
width632px
   
height768px
   
floatleft
   }
   
#header { 
   
background-colorrgb(101,41,154);
   
width632px
   
height233px
   }
   
#hsx { 
   
background-imageurl(hsx.jpg);
   
width219px
   
height233px
   
floatleft
   }
   
#hdx { 
   
background-imageurl(hdx.jpg);
   
width413px
   
height233px
   
floatright;
   } 
   
#cont2 { 
   
background-coloryellow;
   
width632px;
   
height535px
   }
   
#sx { 
   
background-imageurl(menu.jpg); 
   
width219px
   
height535px
   
floatleft;
   }
   
#dx { 
   
background-imageurl(content.jpg);
   
width413px
   
height535px;  
   
floatright;
   }
   
#menusx {
   
background-imageurl(menus.jpg); 
   
width108px;
   
height535px
   
floatleft;
   }
   
#menu { 
   
backgroundblue
   
width111px
   
height535px
   
floatright;
   }
   
#scritte { 
   
background-imageurl(menuvuoto.jpg);
   
width111px;
   
height150px
   } 
   
#sfondo { 
   
background-imageurl(menusotto.jpg);
   
width111px
   
height385px;
   }
[
COLOR=orange]
//penso l'errore sia qui  
 #scritte ul { 
  
top0left0
  
margin0
  
padding0
  }
  
#scritte a { 
  
text-decorationnone
  
colorblack
  }
  
#home { 
  
margin-top8px
  
background-imageurl(home.jpg); 
  
width104px
  
height23px
  }
  
#catalogo { 
  
background-imageurl(catalogo.jpg);
  
width104px;
  
height22px
  }
  
#gadgets { 
  
background-imageurl(gadgets.jpg); 
  
width104px
  
height20px;
  }
  
#dove { 
  
background-imageurl(dove.jpg); 
  
width104px
  
height23px
  } 
  
#foto {  
  
background-imageurl(foto.jpg);
  
width104px
  
height27px;
  }
[/
COLOR
  </
style>
 </
head>

 <
body>
  
  <
div id="container">
   <
div id="lato1"></div>
   <
div id="cont">   
    <
div id="header">
     <
div id="hsx"></div>
     <
div id="hdx"></div>
    </
div>
    <
div id="cont2">
     <
div id="sx">
      <
div id="menusx"></div>
      <
div id="menu">
      <
div id="scritte">
        <
ul>[*][url="#"][/url][*][url="#"][/url][*][url="#"][/url][*][url="#"][/url][*][url="#"][/url][/list]
       </
div>
       <
div id="sfondo"></div>
      </
div>
     </
div>   
     <
div id="dx"></div>
    </
div>  
   </
div>
   <
div id="lato2"></div>
  </
div>

 </
body>
</
html

p.s. in che senso è una formattazione molto rigida? la pagina si vede correttamente su opera, firefox e ie, solo il menu nn si vede sui primi due