Hi
I’m having some trouble with Hotmail seeming to strip out some CSS attributes on my P and H tags.
I’ve sent a test email to a Gmail and Hotmail inbox. It renders fine on Gmail but not Hotmail. On inspection with Firebug, I can see that in Hotmail the inline styles are empty.
So in Gmail I have
<p style=”margin-bottom: 5px;”></p>
but in Hotmail I have
<p style=””></p>
Screenshot of Firebug
http://i45.tinypic.com/vdmouc.jpg
The Code
http://f3d.co/previews/factor3/email/example-code.html
Exactly the same code was sent to both mailboxes.
Is this a known issue? It’s not one I’ve heard about before and can’t find any reference to it.
Dave

