level 6
表格 = =
现在开始放代码
table width="100" height="100" border="1" align="center" cellpadding="10" cel
lsp
acing="5" bordercolor="#FF00FF" >
<tr>
<td bordercolor="#996633" >
表格当中的元素
</td>
</tr>
</table>
2014年05月09日 13点05分
2
level 9
噢,明白了,你没设置边框粗细,所以看贴到了内框。在table 里加上bord="5px solid #CCC"试试
2014年05月09日 15点05分
9
不是那个问题 我边框给了值 1
2014年05月09日 15点05分
level 11
亲测,<body><table width="100" height="100" border="1" align="center" cellpadding="10" cellspacing="5" bordercolor="#FF00FF" >
<tr>
<td bordercolor="#996633" >
表格当中的元素
</td>
</tr>
</table>
</body>
显示正常即你要的内外边框颜色不一样,代码没问题,找其他原因吧
2014年05月10日 08点05分
11
我就是再找其他原因 不知道哪里有问题 我用的是dw 8
2014年05月10日 09点05分
level 9
<table width="100" height="100" border="1" align="center" cellpadding="10" cellspacing="0"style="border:5px solid #FF00FF" >
2014年05月10日 13点05分
13
level 9
单元格边距(表格填充)(cellpadding) -- 代表单元格外面的一个距离,用于隔开单元格与单元格空间;
单元格间距(表格间距)(cellspacing) -- 代表表格边框与单元格补白的距离,也是单元格补白之间的距离;
2014年05月10日 13点05分
14
好的好的 谢谢你!!
2014年05月10日 13点05分