Outlook email - Html table cell's background color does not work? :-/

16,884

Checkout this link for supported HTML and CSS tags in Outlook 2007:

http://msdn.microsoft.com/en-us/library/aa338201%28v=office.12%29.aspx

MS also offers an HTML/CSS Validation Tool for Outlook 2007 at the URL above. That may at least provide you with a method of testing.

I have found that "Less Is More", when it comes to HTML emails - simple layout, simple techniques. Since each email client is going to vary, "dumbing" it down is the only way to guarantee the broadest reach.

Share:
16,884
fletchsod
Author by

fletchsod

I'm a programmer working for software company for car dealership. I have done some .NET, JavaScript, C# and PHP. My dream is to have lot of free time working on open source software to help benefit people.

Updated on June 04, 2022

Comments

  • fletchsod
    fletchsod almost 2 years

    What html script should I use to make the table's cell background color works in MS-Outlook 2007 and 2010??

    <table>
     <tr>
      <td style="background-color:#ffff00">Background color</td>
     </tr>
    </table>