From what I understand, Gmail doesn't accept CSS blocks in my head at all, so I add a bunch of inline CSS to my email template to make it work.
However, I am struggling with the CSS positioning property. I want the image to sit on top of the background image, so I set the parent div to position: relative and the image to absolute. However, for some reason, Gmail removes the style attribute that declares the position: relative from the div. However, it supports all other inline CSS.
Any idea? Any workaround?
css email html-email
Charles Ingalls
source share