私は写真の下の名前の行にあるセル間のスペースを減らそうとしています。私は運がなければ見つけることができるすべてを試しました。誰も私の名前を表の中でもっと近くに座らせる方法を教えてもらえますか?私はフィドルを作ったhere。私はあなたがCSSのリセットスクリプトを必要とするブートストラップ3。多くのおかげでテーブルセル間のスペースを減らす方法は?
Htmlの
<div class="container">
<div class="col-xs-12 col-md-6 col-sm-8 col-lg-6 center-block animated fadeInUp">
<div class="results">
<ul id="results">
<!-- results appear here -->
<h3>
Image title
</h3>
<div class="dark">
<a href="page.php?page_id=241"><img src="http://www.fiji.travel/sites/default/files//styles/views-large-thumbnail/public/arial-of-island.jpg?itok=KZHGX6pJ" width="600" class="img-responsive" alt=""></a>
</div>
<small>posted by:
<a href="profile.php?user_id=user_id" span="" class="">
Anderson</a></small>
<!-Make These names sit closer together--->
<table id="myTable2" border="0" cellpadding="0" cellspacing="0" class="table" style="width:auto;">
<tbody>
<tr style="\"display:none;\"">
<td valign="top"><strong><a href="profile.php?user_id=6" class="tags" style="color:">
Anderson,</a> </strong></td>
<td valign="top"><strong><a href="profile.php?user_id=9" class="tags" style="color:#3cb0fd">
James Bond,</a> </strong></td>
<td valign="top"><strong><a href="profile.php?user_id=2" class="tags" style="color:">
Julian,</a> </strong></td>
</tr>
</tbody>
</table>
<hr>
これは私が作ったが、私のページにはない(whochはブートストラップテンプレートを使用しています)。 – JulianJ