表体居中跨度

时间:2018-09-24 09:23:54

标签: html css html-table

我正在尝试将span中的tbody居中,但是我不确定该怎么做,如果不包含{{1 }}和tr元素。

html

td

css

<table class="table">
   <thead>
      <tr>
         <th>Rank</th>
         <th>
            <div>Name</div>
         </th>
         <th>
            <div>Age</div>
         </th>
         <th>Price</th>
      </tr>
   </thead>
   <tbody>
         <div><span>You haven’t added any data yet</span></div>
   </tbody>
</table>

enter image description here

2 个答案:

答案 0 :(得分:1)

使用colspan:

<table class="table">
   <thead>
      <tr>
         <th>Rank</th>
         <th>
            <div>Name</div>
         </th>
         <th>
            <div>Age</div>
         </th>
         <th>Price</th>
      </tr>
   </thead>
   <tbody>
      <tr> 
         <td colspan="3">You haven’t added any data yet</td>
      </tr>
   </tbody>
</table>

答案 1 :(得分:0)

按照惯例,您应该在tbody中也包含tr和th

您可以使用/home/jhipster合并列,并使用jhipster openshift样式将文本居中。

colspan