'is there some way to debug my emails layout on dev tool

I'm building several email tamplate (DEM), using table, css in line, ecc. To test it I'm usign litmus.com I'm wondering if there is any tools that let me debug email template in any browser using firebug or dev tool. I have a lot of problems with outlook becouse it s rendering html usign word engine. I'm looking for some tool that let me write code in that specific environment. Any help will be very appreciate. Thanks



Solution 1:[1]

First of all you must be sure that you're using only css which is supported by most email clients / providers. This table might help you: https://www.campaignmonitor.com/css/

Answering your question - I don't know the tool to debug email in specific environment but when I was working on email layouts I always tested them in IE7 (actually IE7 mode in dev tools). If everything looked good there, it looked good everywhere.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 pawelkmpt