0

我在 HTML 电子邮件中使用 CSS 设置日历邀请链接的样式时遇到问题。这是最终 HTML 电子邮件的输出:

<td class="textStyle" colspan="2" align="left" style="font-size: 16px; line-height: 22px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'avenir', Helvetica, sans-serif; color: #333333;"><a class="blueLink" style="font-size: 
16px; line-height: 22px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #0088CC; text-decoration: none; font-family: 'avenir', Helvetica, sans-serif; font-weight: normal;"></a><a href="http://example.com+Webinar+.ics">Click here</a> to add the event to your calendar.</td>

如您所见,Marketo 将自动插入带有 ics 的整个 a 标签,而我无法在 HTML 电子邮件中对其进行样式设置。有什么建议么?

4

1 回答 1

0

您可以将 ICS 令牌的链接文本包装在一个跨度中,以便为您的链接添加适当的样式。

于 2015-09-24T17:41:49.197 回答