Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 988
NehaKharkwal Avatar asked Nov 16 '12 05:11

NehaKharkwal


People also ask

How do I change the background color in Outlook 2010?

On the Message Options tab, in the Themes group, click Page Color. Click a color on the Theme Colors or Standard Colors palette.

How do you put a background color on HTML?

To add background color in HTML, use the CSS background-color property. Set it to the color name or code you want and place it inside a style attribute. Then add this style attribute to an HTML element, like a table, heading, div, or span tag.

How do you add a background color in Outlook?

Remove or change the stationery or background color Open the message, and on the Message tab, click Reply, Reply to All, or Forward. Click in the message body. On the Options tab, in the Themes group, click Page Color.


1 Answers

This method works across email clients:

<table bgcolor="#3399ff" style="background:#3399ff;"><tr><td>test</td></tr></table> 
like image 141
marissajmc Avatar answered Sep 22 '22 06:09

marissajmc