我无法正确地将我的网站居中
当我缩小时,它似乎居中。但对于不缩小的用户来说,它看起来不合适。有什么建议么?该站点是使用所有 AP div 创建的,即使尝试使用以下内容,它也无法正确居中:
<div align="center">
在 CSS 中
添加属性
body
{
text-align:center;
margin:0 auto;
}
我认为您的设计不正确。你必须:
<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