Category Archives: Emails

HTML Emails in Outlook

This is kind of a ‘note to self’…
When specifying pixel dimensions in html attributes e.g. width=”200px” in an html email, drop the units – width=”200″ since for some reason Outlook 2007 doesn’t support the units.
Nice rendering engine MS…

Also posted in Web Development | Tagged , | Leave a comment

Add background images to HTML Emails in Outlook 2003

Yes it’s possible, here’s how – just add <img src=”yourimg.gif” style=”display:none;”> to the bottom of your email. Somehow this allows Outlook to figure out the image it’s supposed to use for the background image. However, even though this technique works for Outlook 2003, I’ve not tested it on any other PC email client. This technique [...]

Also posted in Web Development | Tagged | Leave a comment