I have an element in my email template:
<div style="height:20px; width:320px; margin-top:370px; margin-left:240px;">
</div>
In gmail every thing is ok. But in hotmail margin-top:370px; not working. I cant see margin-top:370px; in firebug. How can I solve the problem with hotmail.
Thanks in advance
insert an empty element above this div, that way margin will work