Search code examples
htmlcssoutlook-2010

how to display background color in outlook 2010 html email?


My problem is related to Microsoft Outlook 2010. Actually I want to publish my HTML newsletter in Outlook 2010, but the main problem which I am facing is styling problem it's not showing color and all when the newsletter is published in Outlook 2010. please help me out if you know how to set color and css style in Outlook.


Solution

  • This method works across email clients:

    <table bgcolor="#3399ff" style="background:#3399ff;"><tr><td>test</td></tr></table>