4

我无法正确地将我的网站居中

当我缩小时,它似乎居中。但对于不缩小的用户来说,它看起来不合适。有什么建议么?该站点是使用所有 AP div 创建的,即使尝试使用以下内容,它也无法正确居中:

<div align="center">
4

3 回答 3

5

尝试margin:0 auto;容器 div 它将居中对齐您的 div :)

看例子

查看结果的全屏视图

于 2012-10-30T03:20:30.407 回答
-1

在 CSS 中

添加属性

body
{
 text-align:center;
 margin:0 auto;
}
于 2012-10-30T09:54:52.060 回答
-1

我认为您的设计不正确。你必须:

<body>
<div id="wrapper">
<div id="header">
from apdiv1 to 31
</div>
<div id="content">*/instead of blockquote*/
put content
</div>
<div id="footer">
put content</div>
</div>
</body>

带有 css 主体{背景图像:混凝土 bkg.jpg}

#wrapper{margin:0 auto}

更多更多更多... brgds

于 2012-10-30T03:04:05.727 回答