left up right
Column Widths
<table summary="xx" width="800">
<col width="100"/>
<col width="50%"/>
<col width="2*"/>
<col width="3*"/>
<tr><td>alpha</td><th>beta</th><td>gamma</td><th>delta</th></tr>
</table>
alpha beta gamma delta

Column widths should be 100px, 400px, 120px, 180px.