
bootstrapを利用し、テーブル内の文字を、縦横中央の位置に配置したいのですが、どう記述すれば良いでしょうか?
html
1<div class="container" style="width:750px;"> 2<table class="table table-bordered table-condensed" style="width:750px;"> 3 <tr> 4 <td class="text-center header" style="width:80px;">名</td> 5 <td><input type="text" id="customer" style="width:150px;" placeholder="名" tabindex="1" class="form-control"></td> 6 <td class="text-center header" style="width:80px;">番号</td> 7 <td><input type="text" id="tel" style="width:150px;" placeholder="番号" tabindex="1" class="form-control"></td> 8 </tr> 9 <tbody id="set_list"></tbody> 10</table> 11

Bootstrapを使っているのならば、Bootstrapタグをつけると適切かつわかりやすい回答がつきやすいと思います

回答2件
あなたの回答
tips
プレビュー