【发布时间】:2013-02-05 19:49:18
【问题描述】:
我花了很多时间研究。我还是找不到答案。
我有一个 HTML 在我的表格中显示错误的宽度。这是 html 电子邮件的链接:https://tagwebstore.com/email/tag-email-10percentmore.html,下面是它在 Outlook 2007 中的屏幕截图:
主要问题是底部区域。 html 电子邮件的链接正确显示它。我不知道从这里还能做什么。这是我遇到问题的底部代码:
<table cellpadding="0" cellspacing="0" border="0" width="625" align="center" bgcolor="#FFFFFF">
<tr>
<td height="23" colspan="3" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td width="25"> </td>
<td><table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="https://www.tagwebstore.com/email/testimonial-top.png" width="573" height="36" style="display:block;" /></td>
</tr>
<tr>
<td bgcolor="#f0d7c1" width="573"><table cellpadding="0" cellspacing="0" border="0" width="573">
<tr>
<td width="28"></td>
<td style="font-size:11px; line-height:18px; color:#000000; font-style:italic; font-family:Helvetica, Arial, sans-serif;" width="517"><table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="font-size:11px; line-height:18px; color:#000000; font-style:italic; font-family:Helvetica, Arial, sans-serif;">We’ve been using TAG for a while and we love TAG – we love the products. When we bring the products to Oklahoma City, nobody else has the products. It’s a big plus here for our market area. I think it would be a great thing for people to get online and see what TAG can do for them.</td>
</tr>
<tr align="right">
<td height="40" valign="bottom" style="font-size:11px; line-height:18px; color:#000000; font-style:normal; font-weight:bold; font-family:Helvetica, Arial, sans-serif;">Sirron Brown, Marketing Director<br />
Excell Home Care and Hospice, Oklahoma</td>
</tr>
</table></td>
<td width="28"></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="https://www.tagwebstore.com/email/testimonial-bottom.png" width="573" height="57" /></td>
</tr>
</table></td>
<td width="25"> </td>
</tr>
</table>
<!--Testimonial End-->
<!--Footer-->
<table cellpadding="0" cellspacing="0" border="0" width="625" align="center" bgcolor="#FFFFFF">
<tr>
<td colspan="3" height="20"> </td>
</tr>
<tr>
<td width="25"> </td>
<td width="575"><table cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left" valign="middle" width="295" style="font-family:Helvetica, Arial, sans-serif; font-size:12px;"><a href="mailto:info@tagwebstore.com" style="color:#000000; text-decoration:none;">info@tagwebstore.com</a> | 866.232.6477</td>
<td width="178" style="font-family:Helvetica, Arial, sans-serif; font-size:12px;" valign="middle" align="right">Follow us on Twitter & YouTube</td>
<td valign="middle" width="102"><a href="https://twitter.com/TAGhomecaremktg"><img src="https://www.tagwebstore.com/email/twitter.png" width="49" height="17" border="0" /></a><a href="http://www.youtube.com/TAGWebinars"><img src="https://www.tagwebstore.com/email/youtube.png" width="53" height="21" border="0" /></a></td>
</tr>
</table></td>
<td width="25"> </td>
</tr>
<tr>
<td colspan="3" height="20"> </td>
</tr>
</table>
<!--Footer End-->
包含表格的宽度假定为 625 像素。任何帮助表示赞赏。
【问题讨论】:
-
我在 Litmus 中测试了上述 URL 的完整源代码,它在 Outlook 2003/2007/2013 中运行良好。
-
真的吗?我的同事对 2007 年的展望表明它确实不正常。这是她给我截的截图。还会是电脑吗?
-
你是如何测试它的?如果您只是将源代码粘贴到 Outlook 中并邮寄,则 Outlook 可能会损坏代码。 Litmus.com 相当可靠。诚然,我没有检查过代码,但由于它在 Litmus 中呈现正常,我猜想它的测试方式存在问题。
-
这是在 Outlook 2007 中使用 Litmus 对其进行测试的屏幕截图:s3.amazonaws.com/resultcaptures/…
-
我正在使用 Infusionsoft 运行这些电子邮件活动。我正在使用 Mailchimp 的收件箱检查器查看预览,但在所有不同的邮件客户端中处理它需要很长时间。
标签: html html-email outlook-2007