こんにちは私は灰色の部分である私のメインコンテンツ部分を中央に配置しようとしています。これはMozillaを中心にしていますが、IEは中心ではありません(IEがすべてのコンピューターから削除されることを望みます)。動作していないのはmargin-left:autoです。誰かがこの問題を解決するのを手伝ってもらえますか?
<html>
<head>
</head>
<body style="background-color:black;">
<div style="background-color:gray; margin-left:auto; margin-right:auto; width:1000px; height:1000px; padding-top:0px; margin-top:-10px;">
<p style="margin-left:auto; margin-right:auto; width:500px; background-color:red; text-align:center">This is a test.</p>
</div>
</body>
</html>