Mailchimp和Gmail:文本颜色问题 [英] Mailchimp and Gmail: text color issue

查看:68
本文介绍了Mailchimp和Gmail:文本颜色问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Mailchimp上有问题,但仅在Gmail上有问题.当我发送测试电子邮件时,在我写到代码(#FFFFFF)中时,文本看起来是紫色"而不是白色".

i've a problem with Mailchimp, but only on Gmail. When i send test email text looks "purple" and not "white" as i wrote into code ( #FFFFFF ).

我将其写入style ="..."和"style"部分. mcnTextContent {color:#FFFFFF!important;}

I write it into the style="..." and into "style" section mcnTextContent { color: #FFFFFF !important; }

推荐答案

此处,Gmail不支持< style> 标记,因此,您必须像这样对颜色内联进行编码...

As mentioned here, Gmail doesn't support the <style> tag, therefore, you would have to code your color inline like this for example...

<span style="color:#ffffff;">TEXT HERE</span>

但是,作为电子邮件构建的一部分,我建议您使用 inliner 发送电子邮件之前.这样可以确保与Gmail等同类产品的最大兼容性.

However, as part of your email build, I'd recommend you use an inliner before you send the email out. This ensures maximum compatibility for the likes of Gmail etc.

希望有帮助!

这篇关于Mailchimp和Gmail:文本颜色问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆