Outlook 2003 encoding standards

What are the html coding standards to consider when developing an html message for Outlook 2003 and earlier?

Should only inline css be used?

Should I stop using css altogether and just use table attributes for styling?

There is a lack of information on the Internet.

+3
source share
3 answers

The lack of information is due to the lack of standards. In short, everyone does his own thing.

, . -. ( , -, , , ) ( CSS)

, CSS. CSS CSS <head></head> . (. : http://www.campaignmonitor.com/css/)

+1

, :

  • CSS
  • CSS alltogether, .

. - CampaignMonitor. :

+3

Outlook 2003 and earlier used the same rendering engine as IE 5, so basically code like you are in quirks mode. In Outlook 2007, they greatly simplified the rendering capabilities by switching to the MS Word rendering engine, so use the standards that they set in 2007.

+2
source

All Articles