CSS Cell Margin
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2009-04-04T03:28:09Z
Indexed on
2010/06/07
2:42 UTC
Read the original article
Hit count: 342
In my HTML document, I have a table with two columns and multiple rows. How can I increase the space in between the first and second column with css? I've tried applying "margin-right: 10px;" to each of the cells on the left hand side, but to no effect.
© Stack Overflow or respective owner