Thanks.
Main Topics
Browse All TopicsHi all,
Can anyone suggest a good way of debugging display issues in HTML emails. When I code up a website I can use tools such as FireBug to observe and manipulate the code to find and fix errors.
How can I achieve the same thing from within email clients such as Microsoft Outlook 2007. When looking at a HTML email that I am working on and there is an error in the display how can I best figure out what is causing the issue??
Thanks,
GW.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: NeoDiffusionPosted on 2009-11-02 at 00:52:55ID: 25717870
Hello GhostWerx,
I would suggest to design your HTML email outside of outlook, like you design any html page. Doing this way, you can use your usual debuging tools. Once HTML message finished, display the local page in a browser, and select-all + copy/paste to an outlook message.
However, regarding email with Outlook : Since Outlook 2007, Microsoft is AUTOMATICALLY converting your HTML page before sending. In peculiar, external images are embedded, and embedded images are "optimized". As a result, you cannot control how your images will render for instance.
For all this reasons, I recommend you to NOT send your HTML mailing from outlook 2007. Either use previous outlook version or an alternate email client, like thunderbird.
Rgds,
Werner.