Struggling to design a newsletter template with different lines for each product using the HR tag. However, none of my attempts with divs, tables, or CSS properties have been successful.
The template looks fine in Chrome, but when sent to the provider, the HR element disappears. Can anyone suggest a solution? Why does this happen?
I've resorted to using a table instead of an HR tag, but it doesn't work properly in Gmail (though it works in Outlook, Aol, and Yahoo).
<table style='border-collapse: collapse; width: 100%;'>
<tr style='border-bottom: 1px solid #BDBDBD;'>
<th> </th>
</tr>
</table>