var styleAttributes = ['color','font-size']; // all the attributes you've applied in your stylesheet
for (i in styleAttributes) {
$('body *').css(styleAttributes[i],function () {
$(this).css(styleAttributes[i]);
});
}
我发现图像映射工作得很好。如果你有任何页眉或页脚是图像,确保你应用了bgcolor="fill in the blank",因为outlook在大多数情况下不会加载图像,你会留下一个透明的页眉。如果你至少指定了一种与电子邮件整体感觉一致的颜色,用户就不会感到震惊。不要尝试使用任何样式表。或者CSS !尽量避免。