【问题标题】:html outlook links not clickablehtml Outlook 链接不可点击
【发布时间】:2016-03-27 08:11:10
【问题描述】:

我正在编写一份简报,您可以在此处找到:

http://www.conrad-stanen.nl/nieuwsbrief/12_2015/

所有链接都正常工作。包括右边的文本框和图像。

将此 HTML 格式作为电子邮件发送适用于 Mac 的邮箱,但对于 Windows Outlook 2013,它会阻止右侧列中的大部分链接,这意味着这些链接不可点击。

我已尝试将 Mailchimp 与模板一起使用,但它仍然会出现错误。

这将是一篇包含链接的整篇文章:

<tr id="article1">
<td width="400">

    <table cellpadding="8" cellspacing="0" width="441">

        <tr>
            <td colspan="3" align="right" height="18" valign="top">
                <font face="Arial" style="font-size: 16px" color="#000000">
                    Conrad op Bauma beurs M&uuml;nchen 2016!
                </font>
            </td>
        </tr>
        <tr>
            <td height="15" valign="middle" colspan="3">
                <img border="0" src="http://www.conrad-stanen.nl/nieuwsbrief/12_2015/images/yellow.jpg" width="100%" height="7">
            </td>
        </tr>
        <tr>
            <td colspan="3">
                <p style="text-align: justify;">
                    <font face="Arial" style="font-size: 12px" color="#000000">
                        <b>
                            De Bauma beurs is de grootste en meest toonaangevende beurs op het gebied van bouwmachines, mijnbouw machines, constructie machines, grondboormachines. etc. De beurs is afwisselend in Duitsland, China of Amerika.
                        </b>
                        <br>
                    </font>
                </p>
            </td>
        </tr>
        <tr>
            <td valign="top" width="224">
                <p style="text-align: justify; width: 224px;">
                    <font face="Arial" style="font-size: 12px" color="#000000">
                        In 2016 is de beurs weer in Duitsland en Conrad Stanen zal hier aanwezig zijn met een eigen stand! Wij zullen hier een aantal van onze nieuwere modellen gaan presenteren, zodat ook de rest van de wereld kennis kan maken met onze unieke en innovatief hoogstaande grondboormachines. Wij hopen natuurlijk veel (toekomstige) klanten te verwelkomen op de beurs en op onze stand. 
                        <br><br>
                        Komt u ook kijken wat wij u te bieden hebben? 
                        <a href="http://www.conrad-stanen.nl/nieuwsartikel.asp?nid=62" target="_blank" style="color:#000000;">
                            <font face="Arial" style="font-size: 12px" color="#000000">
                                Lees meer &raquo;
                            </font>
                        </a>
                    </font>
                </p>
            </td>
            <td width="15">&nbsp;</td>
            <td valign="top" width="161" align="right">
                <a href="http://www.conrad-stanen.nl/nieuwsartikel.asp?nid=62" target="_blank">
                <img border="0" src="http://www.conrad-stanen.nl/nieuwsbrief/12_2015/images/bauma-nieuwsbrief.jpg" width="161" height="107" alt="Conrad op Bauma beurs München"></a>
            </td>
        </tr>
    </table>

</td>

这将是不可点击的链接:

<a href="http://www.conrad-stanen.nl/nieuwsartikel.asp?nid=62" target="_blank" style="color:#000000;">
                                                                    <font face="Arial" style="font-size: 12px" color="#000000">
                                                                        Lees meer &raquo;
                                                                    </font>
                                                                </a>

【问题讨论】:

  • “块”是什么意思?你遇到了什么错误?
  • 它不可点击。然而在浏览器中它是。
  • 你能编辑一些相关的代码来解决后代的问题吗?
  • 您还可以提供一个无效链接的示例吗?为避免混淆。
  • 删除了字体标签,不幸的是这不起作用。仍然无法在电子邮件中点击。

标签: html email outlook newsletter


【解决方案1】:

@APAD1 @AlexW 我已经修好了。 td 和 tr 太多了,不知何故我们放了太多,我工作的同事看了看,在 15 分钟内修好了。

结论:始终检查您的标签。 即使您的 IDE 说没有问题。如果有人遇到与我类似的问题,这可能是解决方案的 80% 的可能性。

感谢大家的意见,非常感谢。

【讨论】:

猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2020-12-07
  • 2019-06-22
  • 1970-01-01
  • 2021-04-02
  • 1970-01-01
  • 2014-01-22
相关资源
最近更新 更多