ウェブサイトを正しく中央に配置するのに問題があります
ズームアウトすると中央に表示されます。しかし、ズームアウトしないユーザーには、見た目がおかしくなります。助言がありますか?サイトはすべてのAPdivで作成されており、次を使用しようとしても正しく中央に配置されません。
<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 body{background-image:concrete bkg.jpg} を使用
#wrapper{margin:0 auto}
もっともっともっと...brgds