【问题标题】:problems with outlook and emailsOutlook 和电子邮件的问题
【发布时间】:2014-11-25 04:50:18
【问题描述】:

刚接触编码,我一生都无法理解为什么这封电子邮件在 Outlook 2010 中不起作用,它也是最重要的部分,请提供有关如何解决此问题的任何建议或

<table>
                <tr>
                    <td valign="top" width="15px">&nbsp;</td>
                    <td width="50">
                    <img alt="" height="99" src="http://www.uploadlibrary.com/first4families/TCM-Test/cell_03.png" width="123" /></td>
                    <td align="right" valign="top" width="585"></td>
                </tr>
            </table>
            <table bgcolor="#5BBBB7" cellpadding="0" cellspacing="0" style="width: 600px">
                <tr>
                    <td height="340px" width="600px">
                    <table align="center" cellpadding="0" cellspacing="0" style="width: 574px">
                        <tr>
                            <td colspan="3" style="height: 32px; width: 574px">
                            <img alt="" height="32" height="32px" src="http://www.uploadlibrary.com/first4families/TCM-Test/cell_07.png" width="574" /></td>
                        </tr>
                        <tr>
                            <td rowspan="2" style="height: 279px; width: 13px">
                            <img alt="" height="279" src="http://www.uploadlibrary.com/first4families/TCM-Test/cell_09.png" width="13" /></td>
                            <td align="left" bgcolor="#ffffff" style="padding-top: 10px; padding-left: 10px; padding-right: 10px" style="display: block; font-family: Tahoma, Verdana, Segoe, sans-serif; font-size: 12px; color: #000000; line-height: 14px; height: 212px;" valign="top" width="218px">
                            </td>
                            <td rowspan="2" style="height: 279px; width: 343px">
                            <img alt="" height="279" src="http://www.uploadlibrary.com/first4families/TCM-Test/cell_11.png" width="343" /></td>
                        </tr>
                        <tr>
                            <td style="height: 67px; width: 218px">
                            <img alt="" height="67" src="http://www.uploadlibrary.com/first4families/TCM-Test/cell_12.png" style="display: block" width="218" /></td>
                        </tr>
                    </table>

【问题讨论】:

    标签: email outlook html-email


    【解决方案1】:

    我认为 Outlook 不接受高度/宽度 CSS,因此请坚持使用 HTML 属性。

    另外,从你的 html 属性中去掉 px,应该可以解决大部分问题。

    在你的所有图像上也设置display:block,如果我没记错的话,Outlook 在rowspan 方面并不出色 - 尝试分隔你的表格,而不是尝试让行具有不同数量的列。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-01-19
      • 1970-01-01
      • 2013-11-28
      • 2021-12-12
      • 1970-01-01
      相关资源
      最近更新 更多