I have a table with a colored background and I need to specify the padding between the table and it\'s content, I.E. cells. The table tag doesn\'t seem to accept a paddi
The easiest/best supported method is to use The css way: border-spacing (not supported by IE I don't think) foobar Edit: if you just want to pad the cell content, and not space them you can simply use OR td { padding: 10px; } 0 讨论(0) 查看其它12个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
The css way: border-spacing (not supported by IE I don't think) foobar Edit: if you just want to pad the cell content, and not space them you can simply use OR td { padding: 10px; } 0 讨论(0) 查看其它12个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
The css way: border-spacing (not supported by IE I don't think)
foobar
Edit: if you just want to pad the cell content, and not space them you can simply use
OR td { padding: 10px; } 0 讨论(0) 查看其它12个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
OR
td { padding: 10px; }