我在 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 电子邮件中对其进行样式设置。有什么建议么?