I have an HTML table. I need to have spacing between the table columns, but not the table rows.
If I use the cellspacing CSS property it does it between bot
cellspacing
If you can use inline styling, you can set the left and right padding on each td.. Or you use an extra td between columns and set a number of non-breaking spaces as @rene kindly suggested.
td
http://jsfiddle.net/u5mN4/
http://jsfiddle.net/u5mN4/1/
Both are pretty ugly ;p css ftw