如何让网页居中显示?为什么在css中设置了margin: 0 auto;还是不行啊!请帮忙!
body里面加个div,div设置width:100px;margin: 0 auto;这样应该就可以居中了。