Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html make table columns same width

<table style="table-layout: fixed; width: 100%;" >
<tr>
  <td style="width:25%;">First column</td>
  <td style="width:25%;">Second column</td>
  <td style="width:25%;">Third column</td>
  <td style="width:25%;">Fourth column</td>
</tr>
Source by www.thesitewizard.com #
 
PREVIOUS NEXT
Tagged: #html #table #columns #width
ADD COMMENT
Topic
Name
2+1 =