This is my html
<table >
<tr>
<td></td>
<td style="width: 180px;text-align: right">2323</td>
</tr>
<tr>
<td><strong>Name</strong></td>
<td style="width: 180px" >GGGG</td>
</tr>
<tr><td> </td></tr>
<tr>
<td><strong > Test</strong></td>
</tr>
<tr>
<td style="border-bottom: 1px solid #000"> </td>
</tr>
</table>
Here is fiddle link
You can see there is gap between text "Test" and the line
How to remove this space?
I tried using style="border-spacing: 0;border-collapse: collapse"
replace
<tr>
<td><strong > Test</strong></td>
</tr>
<tr>
<td style="border-bottom: 1px solid #000"> </td>
</tr>
with
<tr>
<td style="border-bottom: 1px solid #000;"><strong > Test</strong></td>
</tr>
Demo
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