简体   繁体   English

html Outlook链接不可点击

[英]html outlook links not clickable

I'm working on a newsletter which you can find here: 我正在制作时事通讯,您可以在这里找到:

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

All links are working correctly. 所有链接均正常工作。 Including the ones on the right with the text boxes and images. 包括右侧的文本框和图像。

Sending this HTML format as an email works with postbox for Mac, but for Windows outlook 2013, it blocks most of the links in the right column meaning that the links are not clickable. 将这种HTML格式作为电子邮件发送时,适用于Mac的邮箱,但对于Windows Outlook 2013,它将阻止右栏中的大多数链接,这意味着该链接不可单击。

I've tried using Mailchimp with a template, but it still gives the errors. 我尝试将Mailchimp与模板一起使用,但仍然会给出错误。

This would be a whole article with the links included: 这将是全文,其中包括链接:

<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>

And this would be the link that's not clickable: 这将是不可点击的链接:

<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>

@APAD1 @AlexW I've fixed it. @ APAD1 @AlexW我已修复它。 There were so many td's and tr's that somehow we placed one too many, my collegue at my work looked at it and had it fixed within 15 minutes. td和tr如此之多,以至于我们以某种方式放置了太多的td和tr,我同事对我的作品进行了查看,并在15分钟内将其修复。

Conclusion: always check your tags. 结论:始终检查您的标签。 Even if your IDE says nothing is wrong. 即使您的IDE表示没有错。 80% chance that if someone has the similar problem as I do that this could be the solution. 如果某人遇到与我类似的问题,则有80%的机会可以解决。

Thanks everyone for their input, it's greatly appreciated. 感谢大家的投入,不胜感激。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM