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 |
try using col
s
example
cols also support classes :)
hope this helps
Darko
EDIT: To clarify a col
is an element declared at the top of the table to influence entire columns. The first col element will influence the first column, the second col = second column and so on. They can be grouped in colgroups if you wish to assign the same style to more than one column.
EDIT2: After some more research it turns out that the only reliable styles you can set on a col
element are:
No margin or padding. Bugger! Would setting the width of the columns explicitly solve your problem?