0
a bout border-collapse
border- collapse property takes separate value as default , what is the nother value?
3 Respostas
+ 2
the possible values are: separate, collapse, initial, inherit. See their meaning here: http://www.w3schools.com/cssref/pr_border-collapse.asp
0
one exemple for you ;;;
<table border="1" cellpadding="2" cellspacing="0" style="height: 150px;">
<tr>
<td class="top">Top</td>
<td class="middle">Middle</td>
<td class="bottom">Bottom</td>
</tr>
</table>
0
cellpadding and cellspacing ,style dependent you. You can change with that