隐藏电子邮件中的链接(CSS / HTML)

时间:2016-10-15 05:31:45

标签: html css email

我通过Sendgrid从我的Laravel 5.1网站发送电子邮件。一切都运作良好,除了我有一个链接的电子邮件。对于Gmail打开的电子邮件,此链接似乎很好,但在Hotmail中“隐藏”。具体来说,我在hotmail中看到这个字符串: [mysite.com/mylink]Post review

代码如下。我怀疑这是一个CSS / HTML问题。任何建议将不胜感激,谢谢:

<a style="color: #fff;
        background-color: #5bc0de;
        border-color: #46b8da;display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border-width: 1px;
        border-style: solid;
        border-radius: 4px;
        text-decoration:none" href="{{env('APP_DOMAIN')}}/mylink"><b>Post review</b></a>

0 个答案:

没有答案