I understand gmail does not support background-images
or background: url('..
in Gmail. I was wondering if anyone had a sizeable workaround to this?
This is for emails I send via a server to a user's email accounts if they are using gmail.
I understand gmail does not support background-images
or background: url('..
in Gmail. I was wondering if anyone had a sizeable workaround to this?
This is for emails I send via a server to a user's email accounts if they are using gmail.
Here's a nice cheatsheet I use for creating webbased emails. Support for background-images isn't widely supported, so I avoid it anyway.
Cheatsheet for CSS support in EMAIL clients
This file says that background is "buggy", so there might be some elements that do support background-images for gmail. For instance, you can try a table-cell with a background images. In my experience, for email-templates tables are the best option (I wish it was different)...