A Look at CSS/HTML Emails
by Ben De Jesus — May 18, 2007
Building HTML emails is probably more complicated than build normal web sites. You not only have to consider cross-browser issues, but also have to worry about all the different desktop and web email clients out there and how they handle html emails.
I looked at most of the major email clients that are used today (Eudora 6.2, Gmail, Hotmail, Outlook 6, Yahoo! Mail, and Apple Mail). The design and layout of the email did not look exactly the same on all platforms, but that’s expected. What I did find is that it is far easier to build html emails using CSS than tables. This same html email template would have taken me at least twice as long to code and tweak to get it looking as good using table layout. Also, if the CSS styles are stripped out altogether, what gets left behind is a well formatted text only email.





