雅虎和hotmail html简报邮件问题

时间:2013-12-10 14:26:41

标签: php html css

我想使用php,html向各种用户发送简报html。下面是雅虎和hotmail的单独代码。我正在使用单独的代码,因为我遇到布局问题,为什么我保留了单独的代码。

雅虎用户的代码。

<table border="0" style="width:248px;float:left;margin:15px 15px 0px 0px;" cellpadding="0" cellspacing="0" class="img_tbl"> <tr><td>
<img style="border:0;display:block;"  src="" align="top"  /></tr></td>

Hotmail用户的代码。

<table border="0" style="width:248px;float:left;margin:15px 15px 0px 0px;display:inline-block;" cellpadding="0" cellspacing="0" class="img_tbl"><tr><td>
<img style="border:0;display:block;"  src="" align="top"  /></tr></td>

当我将同一邮件从yahoo转发到hotmail时,布局和图像会中断。 因为雅虎的代码不同。


感谢您的建议Nick,

下面是我发送给雅虎客户端的实际代码,代码支持雅虎客户端,但在hotmail客户端中断。
你会问我为什么要从yahoo向hotmail发送相同的邮件,答案是我使用了一个名为“转发朋友邮件”的概念,这就是为什么我要将同一邮件转发给我的hotmail朋友。

<html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta charset="utf-8">
      <title>eventseeker</title>
      </head>
      <body> 
      <table border="0" style="width:248px;float:left;margin:15px 15px 0px 0px;" cellpadding="0" cellspacing="0">
      <tbody style="line-height: 0px;">
      <tr><td><a href="#" style="text-decoration:none;" target="_blank" ><img style="border:0;display:block;"  src="http://newsletter.eventseeker.com/img_new_myevents/sf-comedy-cella-20131210-647_c.jpg" alt="sf-comedy-cellar" align="top"  /></a></td><td width="15px"></td></tr><tr></tr><tr><td>&nbsp;</td></tr></tbody></table><table border="0" style="width:248px;float:left;margin:15px 15px 0px 0px;" cellpadding="0" cellspacing="0">
      <tbody style="line-height: 0px;">
      <tr><td><a href="#" style="text-decoration:none;" target="_blank" ><img style="border:0;display:block;"  src="http://newsletter.eventseeker.com/img_new_myevents/karaoke-night-20131210-705_c-9.jpg" alt="karaoke-night" align="top"  /></a></td><td width="15px"></td></tr><tr></tr><tr><td>&nbsp;</td></tr></tbody></table><table border="0" style="width:248px;float:left;margin:15px 15px 0px 0px;" cellpadding="0" cellspacing="0" >
      <tbody style="line-height: 0px;">
      <tr><td><a href="#" style="text-decoration:none;" target="_blank" ><img style="border:0;display:block;"  src="http://newsletter.eventseeker.com/img_new_myevents/aoife-o-donovan-20131210-511_c-1.jpg" alt="aoife-o-donovan" align="top"  /></a></td><td width="15px"></td></tr><tr><td align="left"></td></tr><tr><td>&nbsp;</td></tr></tbody></table></td></tr><tr><td><table border="0" style="width:248px;float:left;margin:15px 15px 0px 0px;" cellpadding="0" cellspacing="0">
      <tbody style="line-height: 0px;">
      <tr><td><a href="#" style="text-decoration:none;" target="_blank" ><img style="border:0;display:block;"  src="http://newsletter.eventseeker.com/img_new_myevents/open-mic-night-20131210-705_c-2.jpg" alt="open-mic-night" align="top"  /></a></td><td width="15px"></td></tr><tr></tr><tr><td>&nbsp;</td></tr></tbody></table><table border="0" style="width:248px;float:left;margin:15px 15px 0px 0px;" cellpadding="0" cellspacing="0">
      <tbody style="line-height: 0px;">
      <tr><td><a href="#" style="text-decoration:none;" target="_blank" ><img style="border:0;display:block;"  src="http://newsletter.eventseeker.com/img_new_myevents/omg-karaoke-20131210-705_c-16.jpg" alt="omg-karaoke" align="top"  /></a></td><td width="15px"></td></tr><tr></tr><tr><td>&nbsp;</td></tr></tbody></table><table border="0" style="width:248px;float:left;margin:15px 15px 0px 0px;" cellpadding="0" cellspacing="0">
      <tbody style="line-height: 0px;">
      <tr><td><a href="#" style="text-decoration:none;" target="_blank" ><img style="border:0;display:block;"  src="http://newsletter.eventseeker.com/img_new_myevents/beach-blanket-b-20131210-515_c-1.jpg" alt="beach-blanket-babylon" align="top"  /></a></td><td width="15px"></td></tr><tr><td align="left"></td></tr><tr><td>&nbsp;</td></tr>
      </tbody>
      </table>
      </body>
</html>

0 个答案:

没有答案