如何让Div中的Table居中
Posted 缘来狠狂
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何让Div中的Table居中相关的知识,希望对你有一定的参考价值。
有时候在Div中加上 <div style="text-align:center"></div>里面的Table是不会居中的我们可以在Table中加上 margin:auto比如:
<div style="text-align:center">
<table border="1" cellpadding="3" cellspacing="0" style="width: 60%;margin:auto">
<tr><td></td> </tr>
<tr>
</table></div>
以上是关于如何让Div中的Table居中的主要内容,如果未能解决你的问题,请参考以下文章
让3个DIV并排,但是要让中间的DIV居中,旁边2个平均分配剩余宽度