今天改一网页,asp的 网页跑偏了,中间的部分偏左,底部在中间,添加一段css即可解决问题。
在靠<body></body>最外侧加上。
<div style="margin:0 auto; width:1000px">你原来的内容</div>
-------------
或者在<head></head>之间加上 (经测试本代码完美)
<style type="text/css">
body{
margin:0 auto;
width:1000px;
}
</style>
今天改一网页,asp的 网页跑偏了,中间的部分偏左,底部在中间,添加一段css即可解决问题。
在靠<body></body>最外侧加上。
<div style="margin:0 auto; width:1000px">你原来的内容</div>
-------------
或者在<head></head>之间加上 (经测试本代码完美)
<style type="text/css">
body{
margin:0 auto;
width:1000px;
}
</style>
上一篇:去除xp系统桌面图标蓝色背景方法
下一篇:网页锚点链接
整体管理的7个关键过程,千万得记一下了,要不真要抓瞎了啊
html>html lang="en"> head> meta charset="UTF-8"> title>Titletitle> head> style rel="stylesheet" type="text/css"> div{ margin
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M