Click to See Complete Forum and Search --> : Table cell spacing vertically and horizontally


ketanco
09-20-2009, 08:46 AM
Hello,
Is it possible to make table cell spacing differently for horizontal and vertical directions? If so how?
Thanks

masonite
09-20-2009, 07:26 PM
You could use padding or margins, such as:


td {padding: 10px 20px;}


or


td {margin: 10px 20px;}


etc... You can set each side separately, like so:


td {padding: 10px 20px 4px 8px;}