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

  • Artorius FullPower

    Artorius Ful

    29 Temmuz 2007
  • edwin maldonado

    edwin maldon

    28 Mart 2009
  • GOTO Conferences

    GOTO Confere

    3 EKİM 2011