I am trying to add a table with space between cell as the background colour of the cell is white and the background color of the table is blue, you can easily see that paddi
You want border-spacing:
border-spacing
Or in a CSS block somewhere: table { border-spacing: 10px; } See quirksmode on border-spacing. Be aware that border-spacing does not work on IE7 and below. 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Or in a CSS block somewhere:
table { border-spacing: 10px; }
See quirksmode on border-spacing. Be aware that border-spacing does not work on IE7 and below.