مشکل با Table

hidensoft

Member
سلام
من من یه Table دارم با این کد

کد:
<table cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td background="img/index1.gif" height="58" width="145"></td>
    <td background="img/index2.gif" height="58" width="93"></td>
    <td background="img/index3.gif" height="58" width="251"></td>
    <td background="img/index4.gif" height="58" width="98"></td>
    <td background="img/index5.gif" height="58" width="140"></td>
  </tr>
  <tr>
    <td background="img/index6.gif" height="32" width="145"></td>
    <td background="img/index7.gif" height="32" width="93"></td>
    <td background="img/index8.gif" height="32" width="251"></td>
    <td background="img/index9.gif" height="32" width="98"></td>
    <td background="img/index10.gif" height="32" width="140"></td>
  </tr>
  <tr>
    <td background="img/index11.gif" height="30" width="145"></td>
    <td background="img/index12.gif" height="30" width="93"></td>
    <td background="img/index13.gif" height="30" width="251"></td>
    <td background="img/index14.gif" height="30" width="98"></td>
    <td background="img/index15.gif" height="30" width="140"></td>
  </tr>
  <tr>
  	<td background="img/index16.gif" height="39" width="727"></td>
  </tr>
</table>
همون طور که می بینید هر row تقسیم بندی شده به 5 col .. اما در row آخر یک col دارم که عرضش به اندازه تمام عرضی هست که اون پنج col دیگه در بر می گیره ..
آخرین row یک مشکلی داره نمی تونم عرضش رو به اندازه تمام صفحه بگیرم .. اگه از یه جدول دیگه هم استفاده کنم یه فاصله این وصط می افته که بازم نمای سایت رو به هم میریزه ..
خواستم از DIV استفاده کنم اما نتونستم .. لطفا دوستان کمک کنن چون خیلی ضروریه ..
 

tabib_m

Member
به td مربوطه خاصیت colspan بده و مقدارش رو برابر تعداد ستونهات بذار:
HTML:
<table cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td background="img/index1.gif" height="58" width="145"></td>
    <td background="img/index2.gif" height="58" width="93"></td>
    <td background="img/index3.gif" height="58" width="251"></td>
    <td background="img/index4.gif" height="58" width="98"></td>
    <td background="img/index5.gif" height="58" width="140"></td>
  </tr>
  <tr>
    <td background="img/index6.gif" height="32" width="145"></td>
    <td background="img/index7.gif" height="32" width="93"></td>
    <td background="img/index8.gif" height="32" width="251"></td>
    <td background="img/index9.gif" height="32" width="98"></td>
    <td background="img/index10.gif" height="32" width="140"></td>
  </tr>
  <tr>
    <td background="img/index11.gif" height="30" width="145"></td>
    <td background="img/index12.gif" height="30" width="93"></td>
    <td background="img/index13.gif" height="30" width="251"></td>
    <td background="img/index14.gif" height="30" width="98"></td>
    <td background="img/index15.gif" height="30" width="140"></td>
  </tr>
  <tr>
  	<td background="img/index16.gif" height="39" width="727" colspan="5"></td>
  </tr>
</table>
 

جدیدترین ارسال ها

بالا