SORU
30 Mayıs 2009, CUMARTESİ


Ayarı tablo sütun genişliği

Aşağıdaki gibi bir gelen kutusu için kullanılan basit bir tablo var

<table border="1">
    	<tr>
    		<th>From</th>
    		<th>Subject</th>
    		<th>Date</th>
    	</tr>

Nasıl genişlik bu yüzden ayarlamak ve bu Konu 70% sayfa genişliği 'i ve Tarih. Ben de masanın tam sayfa genişliği almak istiyorum.

CEVAP
30 Mayıs 2009, CUMARTESİ


<table>
    <colgroup>
       <col span="1" style="width: 15%;">
       <col span="1" style="width: 70%;">
       <col span="1" style="width: 15%;">
    </colgroup>
    <!-- Put <thead>, <tbody>, and <tr>'s here! -->
</table>

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • DavideoDesign

    DavideoDesig

    24 NİSAN 2006
  • Fuse

    Fuse

    21 Kasım 2005
  • Philip DeFranco

    Philip DeFra

    16 EYLÜL 2006