|
主题: 为什么我的网页顶部老是有一块空白啊?请高手帮我看一下
|
lmywinw
职务:普通成员
等级:1
金币:0.0
发贴:11
|
#12004/8/28 11:43:04
<a href="http://www.tongmei.cn/pat/main.htm">www.tongmei.cn/pat/main.htm </a>
|
天乐
职务:普通成员
等级:1
金币:0.0
发贴:82
|
#22004/8/28 17:24:44
把页面的上边距设为“0”
|
正午
职务:版主
等级:3
金币:53.0
发贴:1071
|
#32004/8/28 18:41:46
补充一下 在body右键属性里改
|
雪儿仙仙
职务:普通成员
等级:1
金币:2.0
发贴:20
|
#42004/9/2 17:27:59
修改------页面属性-------顶部边距:0,就可以拉~~
|
︷o星空下dē落叶o︷
职务:普通成员
等级:1
金币:0.0
发贴:57
|
#52004/9/5 18:37:52
好象是在做的时候在定部加了过enter
|
moonly
职务:普通成员
等级:4
金币:2.0
发贴:1614
|
#62004/9/11 13:55:43
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
</body>
</html>
|
康夫
职务:普通成员
等级:5
金币:3.0
发贴:3311
|
#72004/9/11 16:57:28
moonly在上个帖子中说 引用: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>无标题文档</title> <style type="text/css"> <!-- body { margin: 0px; } --> </style></head>
<body> </body> </html>
这样就可以了
|