My code can be found here: Codepen. I am trying to insert a horizontal line after the second row. How can I achieve this, similar to the image below:
https://i.sstatic.net/tJL8n.png
<table class="tg1">
<tr>
<th class="tg-031e1" colspan="4">Email</th>
<th class="tg-yw4l1" colspan="4">Order Details</th>
</tr>
<tr>
<td class="tg-yw4l1" colspan="4">
<p style="font-family: Arial, Helvetica, sans-serif; color: #555555; font-size: 14px; padding: 5px ;"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="c9b1b0b389aea4a8a0a5e7aaa6a4">[email protected]</a><br>
Telephone: 657676767676<br>
IP Address: 102.364.134.93<br>
Order Status: Pending</p>
</td>
<td class="tg-yw41l" colspan="4">
<p style="font-family: Arial, Helvetica, sans-serif; color: #555555; font-size: 14px; padding: 5px ;"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ee969696ae89838f8782c08d8183">[email protected]</a><br>
Telephone: 657676767676<br>
IP Address:000.000.00.01<br>
Order Status: Pending</p>
</td>
</tr>
</table>