Writing Images in HTML Emails?

I did a bit of Googling and did not find any guidelines for writing images in HTML emails. Therefore, I have the following questions:

  • Is it possible?
  • Is this recommended? Are there any advantages? Disadvantages?
+5
source share
1 answer

inside email you should only use very simple html, with basic inline styles. Email client compatibility is very different and poor (especially prospects that are fairly common). I would definitely not use sprites in emails.

+11
source

All Articles