The cell contains nothing but a checkbox. It is rather wide because of text in the table header row. How do I center the checkbox (with inline CSS in my HTML? (I know))
Make sure that your is not display: block; Floating will do this, but much easier to just: display: inline; 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
is not display: block; Floating will do this, but much easier to just: display: inline; 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
display: block;
Floating will do this, but much easier to just: display: inline;
display: inline;