3 <title>Table Column Proportional Width Contraints
</title>
6 <h2>HTML
4.0 Table Column Proportional Width Constraints
</h2>
8 The table below is
350 pixels wide. The columns are assigned proportional widths using COLs
12 <col width=
50><br>
13 <col width=
2*
><br>
14 <col width=
1*
><Br>
18 This means the first column should be
50 pixels wide. The remaining width should be divided
19 among the three remaining columns according to the proportional width statements into six
21 parts. Since the Table is
350 pixels wide, and the remaining width is
300 pixels (
350-
50),
22 the remaining columns should be
100 (
2*
50),
50 (
1*
50) and
150 (
3*
50) pixels wide,
25 <table border=
1 width=
350>