Why is Gmail blocking CSS in emails?

Viewed 59646

I used CSS in my email and sent it out.

When I received the email in Gmail, all the CSS was disabled; however, when I retrieved the email in thunderbird or outlook, everything is OK.

How would I fix this?

9 Answers
<style type="text/css"></style>

Tags have worked for me, I did have an issue where all my CSS was not working because I missed a ; It was a tedious process but I eventually found it.

At this link #9 from here gave me the initial hint that it may be due to an individual line of CSS.

Related