0
我想在表前添加一個圖標。Bootstrap3在表前添加一個圖標
<div class="row">
<div class="col-xs-offset-8 col-xs-4">
<span class="fa fa-pencil pull-left"></span>
<table class="table table-condensed table-bordered">
<thead>
<th class="text-center">Date</th>
</thead>
<tbody>
<tr>
<td class="text-center">01/01/2015</td>
</tr>
</tbody>
</table>
</div>
我需要一個鉛筆放在桌子上的同一行的「日期」 任何幫助,將不勝感激
謝謝,但它不是我所需要的。 – user1786605
我需要鉛筆在桌邊以外。它假設表明你可以編輯表格。該表有5個tds,爲了清晰起見,我沒有包括這些tds。 – user1786605
這正是我需要的。謝謝,謝謝 – user1786605