我不知道這是iPhone還是所有智能手機,因爲我目前只能訪問iPhone,但它強制強調所有鏈接。在iPhone上通過電子郵件刪除帶下劃線的鏈接
我一直都使用在線風格和類,但它仍然顯示,下面是代碼添加text-decoration:none;
到span
和的a
元素:
<a href="http://www.example.com" style="text-decoration: none;" class="appleLinks">
<span style="text-decoration:none;" class="appleLinks" >
Example Link
</span>
</a>
我也有我的<head>
以下里面<style>
標籤部分:
a { text-decoration: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
a:focus { text-decoration: none; }
.appleLinks { text-decoration: none; }
我想不出還有什麼我可以添加到鏈接,使強調disapp耳
可以清除設置緩存,並再次檢查? – Nitesh
可能值得看看這個:https://litmus.com/help/email-clients/ipad/ios-blue-links –
嘿@NickR ...我讀到了,它不適合我... Nathan我會嘗試緩存重置。 –