I intend to add space between some rows.
http://jsbin.com/xojurorani/1/edit?html,output
<table><tr></tr></table>
Thanks.
Update: I only want to add space between some specific rows, some kind of grouping, but border-spacing will add space to every rows.
padding can only to cell, which cause a higher rows, but not space between rows.