发送给其他人时,Outlook HTML电子邮件(EDM)对齐错误

时间:2018-04-05 07:11:29

标签: html email outlook html-email premailer

我制作html电子邮件(EDM)。当我发送其他展望然后一些展望它打开正确但一些Outlook有对齐问题。

代码如下:

  <html>
  <head>
  <title>HTML EDM</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <style>
  a{
     color:#FFFFFF;
     text-decoration:none;
   }
  </style>
  </head>
  <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  <table align="center" style="border-collapse:collapse" bordercolor="#bbbbbb" id="Table_01" width="700" height="auto" border="1" cellpadding="0" cellspacing="0">
  <tr>
    <td>
        <table align="center" style="border-collapse:collapse" id="Table_01" width="700" height="auto" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td>
                    <img src="image.jpg" width="700" height="99" alt="">
                </td>
            </tr>
            <tr>
                <td>
                    <img src="image.jpg" width="700" height="509" alt="">
                </td>
            </tr>
            <tr>
                <td>
                    <img src="image.jpg" width="700" height="88" alt="">
                </td>
            </tr>
            <tr>
                <td>
                    <img src="image.jpg" width="700" height="503" alt="">
                </td>
            </tr>
            <tr>
                <td>
                    <a target="_blank" href="#"><img src="image.jpg" width="700" height="248" alt=""></a>
                </td>
            </tr>
            <tr>
                <td>
                    <img src="image.jpg" width="700" height="321" alt="">
                </td>
            </tr>
            <tr>
                <td>
                    <img src="image.jpg" width="700" height="181" alt="">
                </td>
            </tr>
            <tr>
                <td bgcolor="#ebecee" height="57" width="700">
                    <p align="center"> 
                        <font face="verdana" size="2" color="#000000">
                            Lorem Ipsum is simply dummy text of the printing
                        </font><br/>
                        <font face="verdana" size="4" color="#000000">
                            Call: 1111-1111111 or Email: demo.in@ikant.com
                        </font>
                    </p>
                </td>
            </tr>
            <tr>
                <td bgcolor="#404042" height="123" width="700">
                    <table align="center" bordercolor="#bbbbbb" style="border-collapse:collapse" id="Table_01" width="600" height="auto" border="0" cellpadding="0" cellspacing="0">
                        <tr>
                            <td>
                                <table align="left" bordercolor="#bbbbbb" style="border-collapse:collapse" id="Table_01" width="300" height="60" border="0" cellpadding="0" cellspacing="0">
                                    <tr>
                                        <td height="50">
                                        <!-- 1 -->
                                        <a href="https://www.facebook.com"><img src="images/f.png" width="20" height="auto"/></a>
                                        </td>
                                        <td>
                                        <!-- 2 -->
                                        <a href="https://twitter.com"><img src="images/t.png" width="20" height="auto"/></a>
                                        </td>
                                        <td>
                                        <!-- 3 -->
                                        <a href="https://www.linkedin.com"><img src="images/link.png" width="20" height="auto"/></a>
                                        </td>
                                        <td>
                                        <!-- 4 -->
                                        <a href="#"><img src="images/r.png" width="18" height="auto"/></a>
                                        </td>
                                        <td>
                                        <!-- 5 -->
                                        <a href="https://plus.google.com/"><img src="images/g.png" width="23" height="auto"/></a>
                                        </td>
                                        <td>
                                        <!-- 6 -->
                                        <a href=""><img src="images/ICONS.png" width="20" height="auto"/></a>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                         <tr>
                            <td>
                            <p align="left"> 
                                <font face="verdana" size="2" color="#ffffff">
                                    <a href="#">Markets & Industries</a>&nbsp;/&nbsp;
                                    <a href="#">Products & Solutions</a> &nbsp;/&nbsp;
                                    <a href="#">News </a>&nbsp;/&nbsp;
                                    <a href="#">Training & Support</a> &nbsp;/&nbsp;
                                    <br/><a href="#">Contact </a>&nbsp;/&nbsp;
                                    <a href="#">About </a>
                                    </font>
                                <br/>
                                <font face="verdana" size="2" color="#ffffff">
                                <a href="#">Unsubscribe All</a>&nbsp;|&nbsp;
                                <a href="#">Manage your communication preferences </a>&nbsp;|&nbsp;
                                <a href="#">Privacy policy  </a>
                                </font>
                                <br/><br/>
                            </p>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
    </td>
 </tr>
</table>
</body>
</html>

查看代码并告诉我在outlook html电子邮件(EDM)中遗漏了什么。

Here Is Image

0 个答案:

没有答案