Bur*_*urt 7 html css
为什么align ="center"不能在下面页面的第一个表上工作:
http://eurochlor.amaze.com/chlorinated-solvents-%28ecsa%29/about-chlorinated-solvents/facts-figures/trichloroethylene.aspx
小智 11
您需要在<td>元素上设置它.
您还应该在CSS中使用text-align:center,而不是在html中使用align ="center".
Sas*_*ley 7
如果要使表居中使用:
.content-table { margin: 0 auto; }
如果你想让td文本居中使用:
.content-table td { text-align: center; }
归档时间:
14 年,3 月 前
查看次数:
32480 次
最近记录:
9 年 前