【发布时间】:2017-10-11 07:33:44
【问题描述】:
以下代码是 HTML 电子邮件的一部分。它适用于所有浏览器,但在 android Gmail App 中不起作用。
<area alt="" title="" href="http://google.com" shape="rect" coords="754,1338,1044,1602" style="outline:none;" target="_self" />
【问题讨论】:
以下代码是 HTML 电子邮件的一部分。它适用于所有浏览器,但在 android Gmail App 中不起作用。
<area alt="" title="" href="http://google.com" shape="rect" coords="754,1338,1044,1602" style="outline:none;" target="_self" />
【问题讨论】:
电子邮件应该使用简单的 html 进行编码。尝试使用锚标记并为其赋予样式,如下所示:
<a href="http://www.stackoverflow.com" style="font-family:Arial;display:inline-block; width:230px; background-color:#000001; color:#ffffff;padding:10px;">link text here</a>
如果这有帮助,请告诉我。
干杯
【讨论】: