【发布时间】:2016-09-28 03:11:00
【问题描述】:
我有以下表格。我想要它,所以当我制作更多的盒子表时。如果桌子上没有更多空间,请在其他桌子下方并继续使桌子变长。
<table width="417" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="413" height="179">
<table width="141" border="1" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="137" height="89">Box1</td>
</tr>
</table>
<table width="141" border="1" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="137" height="89">Box2</td>
</tr>
</table>
</td>
</tr>
</table>
【问题讨论】:
-
你想让 box1 的内容像报纸一样溢出到 box2 吗?
-
你能用你最流利的语言发表你的问题吗?也许有人可以翻译一下。老实说,我只是不明白你的问题,我不会更努力。
标签: html html-table