【问题标题】:Remove whitespaces and align table for hotmail为 hotmail 删除空格并对齐表格
【发布时间】:2023-03-07 03:04:01
【问题描述】:

我通过切片制作 html 电子邮件已经有一段时间了,并且一直遇到不同的问题。我似乎无法让我的电子邮件在 Outlook 2010 中正确对齐,我也无法摆脱这些空白。我之前已经插入了其他小修复,但它对我没有用(style="display:block" 和/或边框="0")。我也确信我输入的地方是正确的。

有什么建议可以解决这个问题吗?代码如下:

感谢您的宝贵时间。 佐拉斯

<title>Scarlet Email Template flat</title>
<style type="text/css">
    body, td, th {
        font-size: 13px;
        color: #333;
    }
</style>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- Save for Web Slices (Scarlet Email Template flat.psd) -->
    <table width="700" height="934" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
        <tr>
            <td colspan="10">
                <img src="images/sc_01.jpg" width="700" height="157" alt="">
            </td>
        </tr>
        <tr>
            <td>
                <img src="images/sc_02.jpg" width="72" height="39" alt="">
            </td>
            <td>
                <img src="images/sc_03.jpg" width="124" height="39" alt="">
            </td>
            <td colspan="3">
                <img src="images/sc_04.jpg" width="159" height="39" alt="">
            </td>
            <td colspan="2">
                <img src="images/sc_05.jpg" width="104" height="39" alt="">
            </td>
            <td>
                <img src="images/sc_06.jpg" width="164" height="39" alt="">
            </td>
            <td colspan="2">
                <img src="images/sc_07.jpg" width="77" height="39" alt="">
            </td>
        </tr>
        <tr>
            <td>
                <img src="images/sc_08.jpg" width="72" height="196" alt="">
            </td>
            <td colspan="7">
                <table width="500" border="0" align="center" cellpadding="4">
                    <tr>
                        <td align="center"><strong>Dear Alexia and Team,</strong>

                            <br>My name is Ilia Zolas and I provide an outsourced marketing solution to start-ups and small businesses. By implementing the activities I have described below, I believe that I can add value to your business and ultimately increase sales. Please feel free to reply to this email or call me (<strong>0716854983</strong>) should you be interested.
                            <br> <strong>Sincerely ,<br>
            Ilia Zolas - BSc in International Hospitality Management, Major in Marketing</strong>

                        </td>
                    </tr>
                </table>
            </td>
            <td>
                <img src="images/sc_10.jpg" width="27" height="196" alt="">
            </td>
            <td>
                <img src="images/sc_11.jpg" width="50" height="196" alt="">
            </td>
        </tr>
        <tr>
            <td>
                <img src="images/sc_12.jpg" width="72" height="49" alt="">
            </td>
            <td colspan="2">
                <img src="images/sc_13.jpg" width="210" height="49" alt="">
            </td>
            <td colspan="6">
                <img src="images/sc_14.jpg" width="368" height="49" alt="">
            </td>
            <td>
                <img src="images/sc_15.jpg" width="50" height="49" alt="">
            </td>
        </tr>
        <tr>
            <td>
                <img src="images/sc_16.jpg" width="72" height="177" alt="">
            </td>
            <td colspan="2">
                <img src="images/sc_17.jpg" width="210" height="177" alt="">
            </td>
            <td colspan="6">
                <table width="350" border="0" align="center" cellpadding="4">
                    <tr>
                        <td><strong>Digital Marketing</strong>

                            <br>Scarlet needs a website that encompasses the brand's values, has ideal functionality and incurs high volumes of traffic. I can achieve this by creating the desired website and attracting the right kind of traffic with tools such as Adwords and Google Analytic.</td>
                    </tr>
                </table>
            </td>
            <td>
                <img src="images/sc_19.jpg" width="50" height="177" alt="">
            </td>
        </tr>
        <tr>
            <td>
                <img src="images/sc_20.jpg" width="72" height="45" alt="">
            </td>
            <td colspan="2">
                <img src="images/sc_21.jpg" width="210" height="45" alt="">
            </td>
            <td colspan="6">
                <img src="images/sc_22.jpg" width="368" height="45" alt="">
            </td>
            <td>
                <img src="images/sc_23.jpg" width="50" height="45" alt="">
            </td>
        </tr>
        <tr>
            <td>
                <img src="images/sc_24.jpg" width="72" height="177" alt="">
            </td>
            <td colspan="2">
                <img src="images/sc_25.jpg" width="210" height="177" alt="">
            </td>
            <td colspan="6">
                <table width="350" border="0" align="center" cellpadding="4">
                    <tr>
                        <td><strong>Social Media &amp; Content Creation </strong>

                            <br>Populating your Social Media with a variety of content is key to convincing customers that your product is the right choice. To achieve this, I need to setup a variety of Social Platforms and populate them with pictures, videos and other types of content based on your product.</td>
                    </tr>
                </table>
            </td>
            <td>
                <img src="images/sc_27.jpg" width="50" height="177" alt="">
            </td>
        </tr>
        <tr>
            <td>
                <img src="images/sc_28.jpg" width="72" height="62" alt="">
            </td>
            <td colspan="2">
                <img src="images/sc_29.jpg" width="210" height="62" alt="">
            </td>
            <td>
                <img src="images/sc_30.jpg" width="54" height="62" alt="">
            </td>
            <td colspan="2">
                <img src="images/sc_31.jpg" width="34" height="62" alt="">
            </td>
            <td colspan="3">
                <img src="images/sc_32.jpg" width="280" height="62" alt="">
            </td>
            <td>
                <img src="images/sc_33.jpg" width="50" height="62" alt="">
            </td>
        </tr>
        <tr>
            <td colspan="10">
                <img src="images/sc_34.jpg" width="700" height="31" alt="">
            </td>
        </tr>
        <tr>
            <td>
                <img src="images/spacer.gif" width="72" height="1" alt="">
            </td>
            <td>
                <img src="images/spacer.gif" width="124" height="1" alt="">
            </td>
            <td>
                <img src="images/spacer.gif" width="86" height="1" alt="">
            </td>
            <td>
                <img src="images/spacer.gif" width="54" height="1" alt="">
            </td>
            <td>
                <img src="images/spacer.gif" width="19" height="1" alt="">
            </td>
            <td>
                <img src="images/spacer.gif" width="15" height="1" alt="">
            </td>
            <td>
                <img src="images/spacer.gif" width="89" height="1" alt="">
            </td>
            <td>
                <img src="images/spacer.gif" width="164" height="1" alt="">
            </td>
            <td>
                <img src="images/spacer.gif" width="27" height="1" alt="">
            </td>
            <td>
                <img src="images/spacer.gif" width="50" height="1" alt="">
            </td>
        </tr>
    </table>
    <!-- End Save for Web Slices -->
</body>

</html>## Heading ##

【问题讨论】:

  • 欢迎您!那是很多代码,你可以减少它 - 这将大大提高问题的可读性。

标签: html whitespace html-email removing-whitespace


【解决方案1】:

所有图片都需要style="margin: 0; border: 0; padding: 0; display: block;"。此外,您不能在跨越第一行的情况下开始 colspans,Outlook 不知道如何处理宽度。 See here 了解更多信息。

除此之外,您永远不应该使用切片来创建整个 html 电子邮件。这是非常糟糕的做法,因为:

  1. 默认情况下,大多数电子邮件客户端不会加载图像
  2. 某些垃圾邮件过滤器会在文本与图像的比例过低时触发
  3. 下载时间过长导致可用性差

您会发现大量关于 html 电子邮件最佳实践的信息here

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-01-23
    • 1970-01-01
    • 2017-09-24
    • 1970-01-01
    • 2019-02-27
    • 2014-05-26
    • 1970-01-01
    相关资源
    最近更新 更多