关于页面如何居中

body
{
 text-align:center;
}

#tableFooter
{
 margin:0 auto;
}

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

posted @ 2012-07-23 16:40  Uoolo  阅读(314)  评论(0编辑  收藏  举报