【发布时间】:2013-10-07 13:49:24
【问题描述】:
我有下表:
<table border="1">
<tr>
<th scope="col">Header</th>
<th scope="col">Header</th>
<th scope="col">Header</th>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
<td>Split this one into two columns</td>
</tr>
</table>
我希望将包含“将这一列分成两列”的单元格拆分为两个单元格/列。我该怎么办?
【问题讨论】:
-
定义“分成两列”。哪几列?如果您的意思是要在表格中添加一列并将部分单元格内容移动到新列,那么可能是什么问题?只需添加列,每行添加一个单元格即可。
标签: html css html-table