Hopefully this is an easy one but I have not found a solution. I want to put space between columns on a table.
Example
| Cell |<- space ->| Cell |
What about just adding an empty cell that works as a spacer? You could use the col-tag as stated above to give the empty cells a certain width
Data & nbsp; Data & nbsp; Data
Or if you want to do more with them, just add classes to them instead of usin inline styling...