我在一个普通网页中放置一张图片(用img tag)但是不知
什么原因,总是会在左边和上边留下不一些空白,我想干脆把图片做成body的background属性算了,但是后来发现这样的话会使按上一页下一页时出现白屏,所以否决了这个方案.
后来再找了一下body的一些属性,终于找到了 下面两个属性,原来body的默认左边距是10,而上边距是15,所以我就把其设为0就可以了.
Syntax
HTML <BODY LEFTMARGIN = sMargin ... > Scripting body.leftMargin [ = sMargin ]
Possible Values
sMargin String that specifies the left margin, in pixels.The property is read/write with a default value of 10.
Syntax
HTML <BODY TOPMARGIN = iMargin ... > Scripting body.topMargin [ = iMargin ]Possible Values
iMargin Integer that specifies the top margin of the body, in pixels.The property is read/write with a default value of 15.
版权所有 2021-2024 石家庄建站平台 冀ICP备2022000585号-2 24小时服务热线:15383239821