Am 21.05.2012 22:22 schrieb Jeff Reid:
On Mon, May 21, 2012 at 12:34 PM, J Mi<junk...@live.com> wrote:
Hey All,
Does anyone know how to make the display:block attribute work in
Outlook
2007& 2010 for images? I used inline-style sheets and it doesn't
work.
This may help you some: http://www.campaignmonitor.com/css/
That's a real cool resource! If you have a look at the Outlook 2007/2010
column, you will notice that the display property is not supported.
For whatever reason, Microsoft decided to use the rendering engine of MS
Word in Outlook 2007 and 2010 (before, Outlook and Outlook Express used
the rendering engine of Internet Explorer). Nobody outside MS can
understand this decision, which makes HTML E-Mail quite unuseable in
these programs. (Now that they catched up with standards rendering in
IE, they might fear to lose their first place in giving us headaches...)
If you want to write separate styles for Outlook rendering, you can
enclose them in a conditionnal comment (found @ Wikipedia):
<!--[if gte mso 12]>
<style type="text/css">
[Outlook 2007/2010 styles go here]
</style>
<![endif]-->
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/