【发布时间】:2012-02-02 10:00:39
【问题描述】:
除了链接颜色之外,一切都很好。这些是我的链接。
<a href="http://www.facebook.com.." style="color:#000000;text-decoration:none;font-weight:bold">Facebook</a>
<a href="http://www.twitter.com/..." style="color:#000000;">Twitter</a>
但是,在 gmail 中。这些链接将转换为此。
<a href="http://www.facebook.com.." style="text-decoration:none;font-weight:bold">Facebook</a>
<a href="http://www.twitter.com/..." style="">Twitter</a>
好的,也许 gmail 对所有电子邮件都这样做?我环顾四周。很多蓝色链接。然后我打开一条 youtube 消息。
<a target="_blank" style="color:#e12e31;font-family:arial,verdana,sans-serif;text-transform:uppercase;text-decoration:none" href="...">Play all »</a>
很好奇..很好奇。 YouTube 没有我遇到的这个问题。发送 html 电子邮件时,其他人可以修改 gmail 中的链接颜色吗?你做得怎么样?
【问题讨论】: