Welkom bij voorbeelden

voorbeeld col width attribuut

<table border="1">
<colgroup>
<col
width="120" style="background: #c4b686" />
<col
width="80" style="background: #ddffee" />
<col
width="110" span="2" style="background: #ff00cc" />
<col
width="60" style="background: #d3dad3" />
<col
width="130" style="background: #ff99ff" />
<col
width="75" span="2" style="background: #ffff99" />
</colgroup>

<tr>
<td height="60">
120px</td> <td>80px</td> <td>span="2"</td> <td>110px</td> <td>60px</td> <td>130px</td> <td>span="2"</td> <td>75px</td>
</tr>
<tr>
<td height="60">
</td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td>
</tr>
<tr>
<td height="60">
</td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td>
</tr>
</table>

120px 80px span="2" 110px 60px 130px span="2" 75px