div css margin:0 auto;作用是div水平居中,但前提是div要有宽度属性
td{text-align:center}td div{margin:0px auto;}
td div {margin:auto;}