Android Outlook应用中的HTML电子邮件链接变为蓝色

时间:2017-02-14 18:24:53

标签: android html css outlook html-email

我的html简报中有两个链接,无论我似乎做什么,都会转为默认蓝色。任何人都知道任何修复。

<span><font><strong>标记都是我读过的修复内容,但似乎都没有。

Blue Links

&#13;
&#13;
a {font-family:'Roboto', sans-serif, Helvetica, Arial !important; font-size:16px; color: #EF8152 !important;; font-weight:300; text-decoration: none;}
&#13;
<a href="#" style="margin:10px 0px 40px 0px; font-family:'Roboto', sans-serif, Helvetica, Arial !important; font-size:1em; color: #EF8152 !important; color: #EF8152; font-weight:300; line-height:1.0em; font-size:1em; text-align:center;">
  <span style="color:#EF8152 !important; color: #EF8152;">
    <font color="#EF8152">
      <strong style="text-decoration: none; color: #EF8152 !important; color: #EF8152;">
        View in web browser.
      </strong>
    </font>
  </span>
</a>
&#13;
&#13;
&#13;

2 个答案:

答案 0 :(得分:0)

您不应该在内联css中需要所有这些额外的标记或public static void main(String[] args) { Book book = new Book(25); int startPage = book.getCurrentPage(); book.turnForward(5); int endPage = book.getCurrentPage(); System.out.println("The book was turned " + endPage - startPage + " pages forward."); } 引用。像这样的东西应该工作,虽然我已经理解你已经尝试过了:

!important

另外两件事要尝试:

  1. 摆脱<a href="#" style="margin:10px 0px 40px 0px; font-family:'Roboto', sans-serif; color: #EF8152; font-weight:300; line-height:15px; font-size:15px; text-align:center; font-weight: bold; text-decoration: none;"> View in web browser. </a> 。{/ li>中a的样式
  2. 如果您正在内联任何CSS,请将其关闭/不要这样做。
  3. 如果此仍然不起作用,那么chatter about this being a bug in Outlook app就会提到Android和iOS应用。

答案 1 :(得分:0)

这是Outlook App的bc,为链接添加样式。这也是Windows 10上的一个问题,我相信康卡斯特的电子邮件。

尝试在CSS中添加此代码

a:link, span.MsoHyperlink {
mso-style-priority:100 !important;
color:#000000 !important;
color:#000000;
text-decoration:none !important;
}