2 TABLE {table-layout:fixed; border: solid red
1px; width:
400}
3 TD {border: solid green
1px;}
4 TD.one {border: solid blue
1px; width:
300}
5 TD.two {border: solid blue
1px;}
8 <!-- this table should derive the width of the second column from what's
9 left over from the table width after subtracting the first column width -->
12 <TD class=
"one">What's New on WebDeveloper.com
</TD>
13 <TD class=
"two">umm
</TD>
15 <TD>blah blah blah blah blah blah blah blah blah blah blah blah
</TD>
16 <TD>blah blah blah blah blah blah blah blah blah blah blah blah
</TD>