Is there a way to eliminate the horizontal line from the table?
css, html
<table border="1" style="width:100%; border-collapse: collapse">
<tr>
<th>Prepared By:</th>
<th>Released By:</th>
<th>Trucker's Acknowledgement</th>
</tr>
<tr>
<td><font size="1">/*auto populated*/</font></td>
<td><font size="1">/*auto populated*/</font></td>
<td><font size="1">Driver : ______________ Helper: ______________ </font></td>
</tr>
<tr>
<td> </td>
<td><font size="1">Signature/Date</font></td>
<td><font size="1">Contact Nos. : ______________</font></td>
</tr>
</table>
I am looking to only hide the horizontal line in the tablehttps://i.stack.imgur.com/XB0pz.png