I\'m using Twitter Bootstrap, and attempting to center a button within a table cell. I only really need it centered vertically.
6条回答 天命终不由人 (楼主) 2020-12-07 15:54 Add vertical-align: middle; to the td element that contains the button <--add this to center vertically 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Add vertical-align: middle; to the td element that contains the button
vertical-align: middle;
td
<--add this to center vertically