
Designing HTML emails is not really that difficult. I’ve done it several times myself but it can sometimes feel like an impossible task if you want to make the email appear exactly the same on different email readers. If you think cross browser site design is challenging, wait till you try creating for emails. Why is it so difficult? For starters, email readers are not as sophisticated as browsers. Yes, even though some are web based like Yahoo and Gmail, they still modify your code to suit their interface. You cannot get fancy with CSS and there are a few things you should do for consistency like use good old fashioned tables for the layout and using HTML breaks and not paragraphs to create the illusion of paragraphs. The other reason, like browsers, each email client reads HTML differently and there are a lot more ways to read email than there are browsers. Windows Mail, Outlook, Mail (for Mac), Yahoo, Gmail, Hotmail oh and don’t forget the numerous mobile devices from iPads to all sorts of smartphone brands. Third – your newsletter service provider. Lately, I’ve been working with 1ShoppingCart on this for a client and the bottom line, their Read More→








