- cannot manually edit applicationhost.config
- must declare the scalar variable
- classic asp and access not working on windows 2008 64bit
- asp.net page titles are blank
- sql to get totals for last six months
- white space being counted as a node
- cross page posting not working
- collection is read only exception
- PayPal sending incorrect carrier information
- paypal guest user notice
- classic asp dictionary not working
- IE8 not supporting innerHTML
- differences between jet and odbc
- sugarcrm not inserting email
- select random records from access
- button click event firing twice
- how to send an email using cdosys
- installing perl on win2003 64 bit
- asp.net page event order
- rewrite rule for subdomains only
- extra items in javascript array
- IE7 margin auto not working
- IE7 border style dotted glitch
- ByRef and ByVal in vbscript
- weather rss feed
- Classic asp crib sheet
- Firefox onsubmit image change
- limit records in access
- AccessDataSource is thick
- double margins in IE6
- extra image padding in html emails
- decimal places in linux flash player
- broken emails in outlook 2007
- double spaced IE list items
- cannot remove movieclip
articles:
broken emails in outlook 2007
So you test in all the webmail clients in all the browsers and you have no real problems, you test in Outlook Express, Outlook 2003, Thunderbird, Opera and Eudora (which is quite a pain in its own right). Everything is going swimmingly.
Then you test in Outlook 2007.
Broken! Images are literally being torn in half. This isn't even possible. In outlook 2007 anything is possible. Or more specifically anything is possible in Word 2007. You see Outlook now uses the Word rendering engine for all its html content. So just because it works in IE doesn't mean its going to work in Outlook. The tearing in half of images appears to coincide rather too neatly with A4 page breaks in Word.
How did we fix this problem? We re-wrote Outlook 2007 to use a more sensible rendering engine for html content then emailed all Outlook 2007 users to upgrade their version. Then we clicked our heels together and everything was back to normal. Sadly there doesn't seem to be a fix for this at the moment, so the answer is to build html emails that will break gracefully after about 800 pixels (vertically).
Then you test in Outlook 2007.
Broken! Images are literally being torn in half. This isn't even possible. In outlook 2007 anything is possible. Or more specifically anything is possible in Word 2007. You see Outlook now uses the Word rendering engine for all its html content. So just because it works in IE doesn't mean its going to work in Outlook. The tearing in half of images appears to coincide rather too neatly with A4 page breaks in Word.
How did we fix this problem? We re-wrote Outlook 2007 to use a more sensible rendering engine for html content then emailed all Outlook 2007 users to upgrade their version. Then we clicked our heels together and everything was back to normal. Sadly there doesn't seem to be a fix for this at the moment, so the answer is to build html emails that will break gracefully after about 800 pixels (vertically).
Post a comment
