Merhaba vesbilisim için yeni site yapıyorum css kodlarından faydalanarak ama bir konuda sıkıntım oldu.Sitenin tablo genişliğini ayarlayamıyorum.Artstil Interactive - grafik ve internet hizmetleri | www.artstil.net böle olucak yani sitenin genişliği.

Kodlar:

<style>
.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
</style>
<div class='box'>
 <div class='boxtop'><div></div></div>
  <div class='boxcontent'>
   <!-- Content goes here -->
  </div>
 <div class='boxbottom'><div style="width: 935px; height: 247px">
<p align="center">
    <img border="0" src="../web2.0/images/logo.gif" width="400" height="200" align="left"><br>
    </p>
</div>