1
I have the following table:
<table>
<tr>
<td style="border-top:1pt solid black">A</td>
<td style="border-top:1pt solid black">B</td>
</tr>
</table>
Note that by placing the edge on td's
the row has no continuity from one column to another, but has a blank interval. How can I remove this space using border
in td
how are?
thank you so much for the reply @Rogeriosoaresferreira the only problem is that the attribute
cellspacing
is not supported in HTML5.– Jedaias Rodrigues