我如何使两列(单元格)的表看起来像下面这样:
例如:
<table style="width: 500px;">
<tr>
<td>foo</td>
<td>bar</td>
</tr>
</table>
我要把桌子弄成这样:
.___________________________________________________________________________.
| foo | bar <a lot of space here> |
|_____|_____________________________________________________________________|
500 px total width
注意: 我不知道“ foo”的宽度,所以我不能设置“50px”,“10%”或类似的东西。