Html Outlook 2007图像对齐问题

Html Outlook 2007图像对齐问题,html,css,outlook,Html,Css,Outlook,我有一个表定义为 <table width="600" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="600"> <table width="600" border="0" cellspacing="0" cellpadding="25"> <tr> <td width="210">Content 1 with grey backgroun

我有一个表定义为

<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
 <td width="600">
  <table width="600" border="0" cellspacing="0" cellpadding="25">
 <tr>
  <td width="210">Content 1 with grey background</td>
  <td width="390">COntent 2 with white background</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="600" colspan="2"><img src="image.jpg" width="600"></td>
</tr>
</table>

内容1灰色背景
内容2,白色背景
现在,为了与上面的表格单元格对齐,image.jpg的灰色背景为210像素,白色背景为390像素

然而,它在outlook 2007中显示为不一致。它在其他人身上表现得很好


有什么建议吗?

你很幸运它能显示出来。如果大多数电子邮件客户端都支持
background
属性,那么该属性是松散的。我建议不要使用它,或者只使用
标记

以下是有关outlook 2007支持的内容的详细信息:


是的,通常不要在HTML电子邮件中使用背景图像。