【发布时间】:2021-08-16 11:46:01
【问题描述】:
我得到了这个简单表格的代码:
<table border="5" bordercolor="#F9864D" style="background-color:#EFEFEF" width="450" cellpadding="0" cellspacing="0">
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
</table>
如你所见,只有外边框厚,内边框薄.. 如何设置会影响整个表格的边框大小,使外部和内部相同?
谢谢。
【问题讨论】:
-
将边框值设为这样的边框 =“1”
标签: html html-table border tr