关于页面如何居中

body
{
 text-align:center;
}

#tableFooter
{
 margin:0 auto;
}

表格外的DIV虽然用了margin:0 auto; DIV内的表格还是无法居中,需要对表格设置margin:0 auto;

原文地址:https://www.cnblogs.com/wuchao/p/2605200.html