karnaze%netscape.com 382b9863de new nsCellMap, BasicTableLayoutStrategy, plus various fixes to table
frames while testing the new cell map and strategy


git-svn-id: svn://10.0.0.236/trunk@41454 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 08:09:02 +00:00

11 lines
234 B
HTML

two and words should be on the same line
<table border=0 cellspacing=0 cellpadding=0 width=600>
<tr>
<td width=150>two words</td>
<td width=450>blah</td>
</tr>
<tr>
<td width=600 colspan=2>blah</td>
</tr>
</table>