I want a little bit of space underneath my table.
<table border="0" class="medtable">
<tr>
<th>User</th>
<th>From</th>
<th>To</th>
</tr>
<tr>
...
</tr>
</table>
This CSS
table
{
border:1px solid black;padding-bottom:15px
}
But space between the border at the bottom and the last bit of text in the table. So it is not what I want. Any tips?
You want margin-bottom
instead of padding-bottom
. From outside to inside: margin, border, padding, content.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With