Outlook呈现问题,呈现文本太大 [英] Outlook rendering problem, rendering text too large

查看:335
本文介绍了Outlook呈现问题,呈现文本太大的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试为我们的组织创建通讯标准,并且在Outlook中出现问题时会显示文本太大。

I'm trying to create a newsletter standard for our org and having problems with Outlook rendering the text too large.

这是页面的css部分

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    background: url(http://www.blah.com/stuff.gif);
    }
a {
    color: #f24c22 !important;
    }
a:visited {
    color: #f24c22 !important;
    }
a:hover {
    color: #3d7ac5 !important;
    }
table {
    background: #ffffff;
    }
h1 {
    font-size: 1.3em;
    }
h2 {
    font-size: 1.2em;
    color: #494949;
    padding-top: 0 !important;
    margin-top: 0 !important;
    }
h3 {
    font-size: 1.1em;
    color: #12377c;
    }
p {
    padding-top: 0 !important;
    margin-top: 0 !important; 
    color:#333333;
    }
   .style1 {color: #333333}
   .style2 {color: #12377c}
   .style3 {
       font-size: smaller;
       color: #666666;
   }

有什么建议可能导致这种情况?

Any suggestions why this might be caused?

推荐答案

您尝试使用 main * {font-size:12pt;}

Outlook默认使用Trident,IE的引擎用于传入邮件,以及Word HTML渲染引擎用于传出邮件...

Outlook by default uses Trident, IE's engine for incoming mail, and Word HTML rendering engine for outgoing mail... Until Office 2007, and people hate it.

现在, /www.campaignmonitor.com/blog/post/2393/microsoft-takes-email-design-b/rel =nofollow noreferrer>它使用Word 2007的呈现,其中相当缺乏在微软的页面上,您可以看到de body 元素不支持 style 属性。

Now, it uses Word 2007's rendering, wich is rather lacking. On microsoft's page you can see that de body element doesn't support the style attribute.

这篇关于Outlook呈现问题,呈现文本太大的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆