I'm trying to create a newsletter template in order to paint different lines for every product but the HR tag is not working... I've been trying with divs, table, CSS properties but none of them seems to be a good solution.
It is working in my Chrome but after sending the template to the provider the HR disappears. Does someone know how to solve it? Why is it?
I've created a table instead of a hr tag, but is not working in Gmail... (working in Outlook, Aol and Yahoo).
<table style='border-collapse: collapse; width: 100%;'>
<tr style='border-bottom: 1px solid #BDBDBD;'>
<th> </th>
</tr>
</table>