table默认有外边距:
<body width="525px" height="527px" border="0" >
<table id="remoteTB" style="display:none" width="525px" height="527px" cellPadding="0" cellSpacing="0">
</table>
加上:style="margin:0" table没有外边距
<body width="525px" height="527px" border="0" style="margin:0">
<table id="remoteTB" style="display:none" width="525px" height="527px" cellPadding="0" cellSpacing="0">
</table>
本文介绍了如何通过设置样式属性来消除HTML中table元素的默认外边距,这对于精确控制页面布局至关重要。
850

被折叠的 条评论
为什么被折叠?



