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…
Category Archives: Emails
HTML Emails in Outlook
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 [...]
How to Install an HTML Email Template into Outlook
In Outlook there is a feature called Stationary, this allows you to send HTML emails with embedded images.
Stationary is simply an HTML file and associated images.
It’s quite possible to create your own Stationary as HTML documents, however in order to use the Stationary you need to copy all the files into one of the default [...]
Also posted in Web Development Tagged email stationary, html email, outlook, stationary Leave a comment