电子邮件在某些客户端中无法正常显示

时间:2014-05-09 18:50:46

标签: html html-table html-email

我的电子邮件地址无法正常显示。我把它设置在一个表中,但内容继续溢出并看起来扭曲。我不确定我做错了什么,因为我把它全部放在桌子上。它在我的收件箱中,在Outlook中看起来没问题,但在我的同事的Outlook中,图像缩小了,文本也散开了。这是我的代码:

<table style="background-color: #eeeeee; width: 500px;" cellspacing="0" cellpadding="0" border="0">
 <tbody>
     <tr>
         <td colspan="2" width="500"><img src="https://www.eiseverywhere.com/file_uploads/319e63c6146f9819cf0540f442d73e9a_BannerOption1.jpg" width="500" height="143" alt="" /></td>
     </tr>
     <tr>
         <td width="350">
         <p style="padding-left:20px; padding-top:5px; padding-bottom: 10px;">Dear */fname/*
         <br />
         Thank
         you
         for registering for */eventname/*, please find your registration record
         below. If you haven&#8217;t already done so, reserve your hotel room now. The deadline for hotel reservations is <strong style="color: #79bc00;">Friday October 10, 2014.</strong><br />
         If you need to cancel, please review our cancellation policy <span style="background-color: yellow;">here.</span><br />
         <br />
         Click <a href="*/registrationrecord_link/*"><strong style="color: #79bc00;">here</strong></a> to review your registration record<br />
         <br />
         Reference
         Number:
         */referencenumber/*<br />
         Name:
         */fname/*
         */lname/*<br />
         <br />
         Please
         contact
         us if you have any questions:
         */contactinfo/*
         </p>
         <p style="font-size:10px; padding-left:20px; padding-top:5px; padding-bottom:5px;">Privacy info will go here....</p>
         </td>
         <td align="center" width="150">
         <a style="padding-top:0px; margin-top:0px" href="http://www.swandolphin.com/groupres/pcc/" "="" www.swandolphin.="" com="" groupres="" pcc="" target="_blank"><img src="https://www.eiseverywhere.com/file_uploads/43cba57a064296a74c56e145fa4a950c_HotelIcon.png" width="100" height="52.63" alt="" /><br />
         <br />
         </a><a href="*/outlook_calendar_link/*" target="_blank"><img src="https://www.eiseverywhere.com/file_uploads/d78cc2b08926abe4344045fdbf93b8ec_CalenderIcon.png" width="100" height="52.63" alt="" /></a><br />
         <br />
         <a href="*/modify_reg_url_only/* " target="_blank"><img src="https://www.eiseverywhere.com/file_uploads/03cd4fcacfee95ec09e6b77f641ad8c7_ModifyIcon.png" width="100" height="52.63" alt="" /></a>
         </td>
     </tr>
 </tbody>
</table>

0 个答案:

没有答案
相关问题