【发布时间】:2014-02-17 06:51:35
【问题描述】:
<table class="table table-striped table-bordered table-condensed">
<tr>
<th colspan="2">aaaaa</th>
</tr>
<tr>
<td>cccccccccc</td>
<td>dddddddddd</td>
</tr>
</table>
如何用bootstrap在html表格的头部中间制作“aaaaa”?
【问题讨论】:
-
text-align: center;?
标签: html css twitter-bootstrap twitter-bootstrap-3 text-alignment