문제

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>
도움이 되었습니까?

해결책

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.

다른 팁

I had the same problem... I post my answer in case someone else finds this post.

I found this tool to be a good solution (should work in all email clients): http://backgrounds.cm/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top