Hey guys,
I need some help to style a table. The problem is that I cant add a margin between the table columns. The only way I found that allows me to do it, is by setting the “td” element with display: inline-block;. But if add this css property the table doesn’t work like as it should be working.
This is what I want to achieve:

And here is the code example: http://jsfiddle.net/NtVPZ/
Anyone know how to do it?
Thanks
Just add borders in TD’s like http://jsfiddle.net/NtVPZ/3/
This doesn’t work for me because if I set the color of the border to transparent it continues white and I cant set a solid color for the border.
As I’ve said on the first post using display: block; is causing another issues.
http://jsfiddle.net/NtVPZ/7/