Yes, html emails are bad but I have to send html newsletter
to my a list of clients. Most of them use Hotmail
.
Is it possible to add a CSS
border around a <table>
/ <div>
element?
<div style="border:1px solid #000000;">BORDER</div>
doesn't work
try to use
<div style="border:1px solid black;">Hola</div>
if it works