gpt4 book ai didi

html - 无法清除CSS中的左右边距

转载 作者:太空宇宙 更新时间:2023-11-04 11:48:42 24 4
gpt4 key购买 nike

这是我的 fiddle :

它的左右边距有一些空间。我需要为页脚和页眉设置全宽。

我设置了表格 width: 100%; 但它没有改变。

所以我设置了width: 960px;,现在它在左右边距中显示了一些空间。

CSS:

#templatePreheader{
/*@editable*/background-color:#ffffff;
/*@editable*/border-top:0;
/*@editable*/border-bottom:0;
/*@editable*/width:960px;
}

#templateFooter{
/*@editable*/background-color:#FFFFFF;
/*@editable*/border-top:0;
/*@editable*/border-bottom:0;
/*@editable*/width:960px;
}

我可以知道怎么做吗。

注意:是邮件模板。所以只需要在 css 中更改。

谁能帮帮我?提前致谢。

最佳答案

td#bodyCell 有 10px 的内边距。

#bodyCell {padding: 0;}

fiddle :http://jsfiddle.net/praveenscience/b1zksqyy/

关于html - 无法清除CSS中的左右边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30797305/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com