我想在桌子下面留一点空间. <table border="0" class="medtable"> <tr> <th>User</th> <th>From
... . . 我想在桌子下面留一点空间.
<table border="0" class="medtable"> <tr> <th>User</th> <th>From</th> <th>To</th> </tr> <tr> ... </tr></table>
这个CSS
table{border:1px solid black;padding-bottom:15px}
但是底部边框和表格中最后一点文本之间的空格.所以这不是我想要的.有小费吗?
.