Gmail覆盖字体颜色

Gmail覆盖字体颜色,gmail,html-email,Gmail,Html Email,我的代码: <tr> <td align="center" style="font-size:9pt; font-weight : bold;font-family:Arial; color:black;"> SELLE ZETA CONFORT GEL </td> </tr> 塞勒泽塔康福特凝胶 当我在不同的邮件客户端上尝试时,文本是黑色的,但在gmail(浏览器、chrome和firefox)上,

我的代码:

<tr>
     <td align="center" style="font-size:9pt; font-weight : bold;font-family:Arial; color:black;">
           SELLE ZETA CONFORT GEL
     </td>
</tr>

塞勒泽塔康福特凝胶
当我在不同的邮件客户端上尝试时,文本是黑色的,但在gmail(浏览器、chrome和firefox)上,文本是蓝色的。 我怎样才能解决这个问题

如果你想看一个例子: 获取所有html代码并将其复制到那里:
您将能够对每个客户端进行预览。查看gmail one。

在电子邮件中,您必须使用6位十六进制代码,以最大限度地兼容电子邮件客户端。对文本使用CSS,即:
color:#000000
和html的
bgcolor=“#FFFFFF”
对于电子邮件中的背景

,您必须使用6位十六进制代码,以最大限度地兼容电子邮件客户端。对文本使用CSS,即:
color:#000000
和html的
bgcolor=“#FFFFFF”
对于电子邮件中的背景

,您必须使用6位十六进制代码,以最大限度地兼容电子邮件客户端。对文本使用CSS,即:
color:#000000
和html的
bgcolor=“#FFFFFF”
对于电子邮件中的背景

,您必须使用6位十六进制代码,以最大限度地兼容电子邮件客户端。对文本使用CSS,即:
color:#000000
和html的
bgcolor=“#FFFFFF”
作为背景,因为您的文本位于
标记中(您的
正在用文本包装表格)。这就是你的文字变成蓝色的原因。在你的
上涂上一种颜色,这样就可以解决问题了。。。约翰对颜色使用正确的十六进制代码是正确的


同样,Gmail喜欢将链接上的
color:#000000
更改为默认蓝色,即使您声明它应该是
color:#000000
。使用
颜色:#000001
。这将解决问题。

因为您的文本位于
标记中(您的
正在用文本包装表格)。这就是你的文字变成蓝色的原因。在你的
上涂上一种颜色,这样就可以解决问题了。。。约翰对颜色使用正确的十六进制代码是正确的


同样,Gmail喜欢将链接上的
color:#000000
更改为默认蓝色,即使您声明它应该是
color:#000000
。使用
颜色:#000001
。这将解决问题。

因为您的文本位于
标记中(您的
正在用文本包装表格)。这就是你的文字变成蓝色的原因。在你的
上涂上一种颜色,这样就可以解决问题了。。。约翰对颜色使用正确的十六进制代码是正确的


同样,Gmail喜欢将链接上的
color:#000000
更改为默认蓝色,即使您声明它应该是
color:#000000
。使用
颜色:#000001
。这将解决问题。

因为您的文本位于
标记中(您的
正在用文本包装表格)。这就是你的文字变成蓝色的原因。在你的
上涂上一种颜色,这样就可以解决问题了。。。约翰对颜色使用正确的十六进制代码是正确的


同样,Gmail喜欢将链接上的
color:#000000
更改为默认蓝色,即使您声明它应该是
color:#000000
。使用
颜色:#000001
。这会解决问题。

有了gmail,你需要在颜色上多加选择

您不仅需要在中声明颜色,而且还应该使用颜色将其包装在跨度中

这是您的以下项目之一,代码正确

<Track Link>
                                    <a style="text-decoration : none; color:#000000;" href="http://www.decathlon.be/selle-zeta-confort-gel-id_8052361.html">
                                        <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody>
                                            <tr><td>
                                                <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody>
                                                    <tr height="3"></tr><tr style="height : 32px !important; min-height : 32px !important; max-height : 32px !important; ">
                                                        <td width="6"></td>
                                                        <td align="left">
                                                            <div style="height :32px !important; min-height : 32px !important; max-height : 32px !important; "></div>
                                                        </td>
                                                        <td width="58"></td>
                                                        <td align="right">
                                                            <div style="height :32px !important; min-height : 32px !important; max-height : 32px !important; "><img border="0" style="display:block;" width="64" height="32" alt=" " src="http://decathlonbe.net/images/Marques/geonaute.png"></div>
                                                        </td>
                                                        <td width="6"></td>
                                                    </tr><tr height="1"></tr>
                                                </tbody></table>
                                            </td></tr>
                                            <tr><td>
                                                <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody>
                                                    <tr>
                                                        <td align="center">
                                                            <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0">
                                                                <tr>
                                                                    <td width="5"></td>
                                                                    <td><img width="188" border="0" alt="" src="http://www.decathlon.be/media/805/8052361/classic_400PX_asset_71685950.jpg" style="display : block;"></td>
                                                                    <td width="5"></td>
                                                            </table>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td align="center" style="font-size:9pt; font-weight : bold;font-family:Arial; color:black;"><span style="color:#000000;">SELLE ZETA CONFORT GEL</span></td>
                                                    </tr>
                                                    <tr>
                                                        <td align="center" style="font-size:9pt; font-family:Arial; color:#6f6f6f;"></td>
                                                    </tr>
                                                </tbody></table>
                                            </td></tr><tr><td>
                                                <div class="price" style="font-family : Arial; font-size : 22pt; color : black; text-align : center;"><div class="nopromo" style="font-weight:bold;font-family : Arial; font-size : 19pt; color : black; text-align : center;">29<sup style="font-size:12pt;">&#128;95</sup></div></div>
                                            </td></tr><tr><td>
                                                <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody>
                                                    <tr>
                                                        <td width="15"></td>
                                                        <td valign="middle" align="center">
                                                            <Track Link><a style="text-decoration : none; font-family : Arial; font-weight : bold; font-size : 11pt; color : white;" href="http://www.decathlon.be/selle-zeta-confort-gel-id_8052361.html"><table align="center" cellspacing="0" cellpadding="0" border="0" style="background : #efefef;" >
                                                                    <tr height="32" style="background-color : #FF7100;">
                                                                        <td width="5" ><span style="color: #FF7100;">i<span></td>
                                                                        <td style = "max-width: 144px;"> <div style="color : white;text-align:center; font-size : 10pt;font-family:Arial;font-weight: bold; ">sefsefse </div></td>
                                                                        <td style="padding-left : 5px;">
                                                                            <span style="color : white; font-weight : bold; font-size : 12pt;">  > </span>
                                                                        </td>
                                                                        <td width="5"><span style="color: #FF7100;">i</span></td>
                                                                    </tr>
                                                                </table>
                                                            </a></Track Link>
                                                        </td>
                                                        <td width="15"></td>
                                                    </tr>
                                                    <tr height="8"></tr>
                                                </tbody></table>    
                                            </td></tr>
                                        </tbody></table>
                                </a>

有了gmail,你需要在颜色上多加选择

您不仅需要在中声明颜色,而且还应该使用颜色将其包装在跨度中

这是您的以下项目之一,代码正确

<Track Link>
                                    <a style="text-decoration : none; color:#000000;" href="http://www.decathlon.be/selle-zeta-confort-gel-id_8052361.html">
                                        <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody>
                                            <tr><td>
                                                <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody>
                                                    <tr height="3"></tr><tr style="height : 32px !important; min-height : 32px !important; max-height : 32px !important; ">
                                                        <td width="6"></td>
                                                        <td align="left">
                                                            <div style="height :32px !important; min-height : 32px !important; max-height : 32px !important; "></div>
                                                        </td>
                                                        <td width="58"></td>
                                                        <td align="right">
                                                            <div style="height :32px !important; min-height : 32px !important; max-height : 32px !important; "><img border="0" style="display:block;" width="64" height="32" alt=" " src="http://decathlonbe.net/images/Marques/geonaute.png"></div>
                                                        </td>
                                                        <td width="6"></td>
                                                    </tr><tr height="1"></tr>
                                                </tbody></table>
                                            </td></tr>
                                            <tr><td>
                                                <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody>
                                                    <tr>
                                                        <td align="center">
                                                            <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0">
                                                                <tr>
                                                                    <td width="5"></td>
                                                                    <td><img width="188" border="0" alt="" src="http://www.decathlon.be/media/805/8052361/classic_400PX_asset_71685950.jpg" style="display : block;"></td>
                                                                    <td width="5"></td>
                                                            </table>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td align="center" style="font-size:9pt; font-weight : bold;font-family:Arial; color:black;"><span style="color:#000000;">SELLE ZETA CONFORT GEL</span></td>
                                                    </tr>
                                                    <tr>
                                                        <td align="center" style="font-size:9pt; font-family:Arial; color:#6f6f6f;"></td>
                                                    </tr>
                                                </tbody></table>
                                            </td></tr><tr><td>
                                                <div class="price" style="font-family : Arial; font-size : 22pt; color : black; text-align : center;"><div class="nopromo" style="font-weight:bold;font-family : Arial; font-size : 19pt; color : black; text-align : center;">29<sup style="font-size:12pt;">&#128;95</sup></div></div>
                                            </td></tr><tr><td>
                                                <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody>
                                                    <tr>
                                                        <td width="15"></td>
                                                        <td valign="middle" align="center">
                                                            <Track Link><a style="text-decoration : none; font-family : Arial; font-weight : bold; font-size : 11pt; color : white;" href="http://www.decathlon.be/selle-zeta-confort-gel-id_8052361.html"><table align="center" cellspacing="0" cellpadding="0" border="0" style="background : #efefef;" >
                                                                    <tr height="32" style="background-color : #FF7100;">
                                                                        <td width="5" ><span style="color: #FF7100;">i<span></td>
                                                                        <td style = "max-width: 144px;"> <div style="color : white;text-align:center; font-size : 10pt;font-family:Arial;font-weight: bold; ">sefsefse </div></td>
                                                                        <td style="padding-left : 5px;">
                                                                            <span style="color : white; font-weight : bold; font-size : 12pt;">  > </span>
                                                                        </td>
                                                                        <td width="5"><span style="color: #FF7100;">i</span></td>
                                                                    </tr>
                                                                </table>
                                                            </a></Track Link>
                                                        </td>
                                                        <td width="15"></td>
                                                    </tr>
                                                    <tr height="8"></tr>
                                                </tbody></table>    
                                            </td></tr>
                                        </tbody></table>
                                </a>

有了gmail,你需要在颜色上多加选择

您不仅需要在中声明颜色,而且还应该使用颜色将其包装在跨度中

这是您的以下项目之一,代码正确

<Track Link>
                                    <a style="text-decoration : none; color:#000000;" href="http://www.decathlon.be/selle-zeta-confort-gel-id_8052361.html">
                                        <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody>
                                            <tr><td>
                                                <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody>
                                                    <tr height="3"></tr><tr style="height : 32px !important; min-height : 32px !important; max-height : 32px !important; ">
                                                        <td width="6"></td>
                                                        <td align="left">
                                                            <div style="height :32px !important; min-height : 32px !important; max-height : 32px !important; "></div>
                                                        </td>
                                                        <td width="58"></td>
                                                        <td align="right">
                                                            <div style="height :32px !important; min-height : 32px !important; max-height : 32px !important; "><img border="0" style="display:block;" width="64" height="32" alt=" " src="http://decathlonbe.net/images/Marques/geonaute.png"></div>
                                                        </td>
                                                        <td width="6"></td>
                                                    </tr><tr height="1"></tr>
                                                </tbody></table>
                                            </td></tr>
                                            <tr><td>
                                                <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody>
                                                    <tr>
                                                        <td align="center">
                                                            <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0">
                                                                <tr>
                                                                    <td width="5"></td>
                                                                    <td><img width="188" border="0" alt="" src="http://www.decathlon.be/media/805/8052361/classic_400PX_asset_71685950.jpg" style="display : block;"></td>
                                                                    <td width="5"></td>
                                                            </table>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td align="center" style="font-size:9pt; font-weight : bold;font-family:Arial; color:black;"><span style="color:#000000;">SELLE ZETA CONFORT GEL</span></td>
                                                    </tr>
                                                    <tr>
                                                        <td align="center" style="font-size:9pt; font-family:Arial; color:#6f6f6f;"></td>
                                                    </tr>
                                                </tbody></table>
                                            </td></tr><tr><td>
                                                <div class="price" style="font-family : Arial; font-size : 22pt; color : black; text-align : center;"><div class="nopromo" style="font-weight:bold;font-family : Arial; font-size : 19pt; color : black; text-align : center;">29<sup style="font-size:12pt;">&#128;95</sup></div></div>
                                            </td></tr><tr><td>
                                                <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody>
                                                    <tr>
                                                        <td width="15"></td>
                                                        <td valign="middle" align="center">
                                                            <Track Link><a style="text-decoration : none; font-family : Arial; font-weight : bold; font-size : 11pt; color : white;" href="http://www.decathlon.be/selle-zeta-confort-gel-id_8052361.html"><table align="center" cellspacing="0" cellpadding="0" border="0" style="background : #efefef;" >
                                                                    <tr height="32" style="background-color : #FF7100;">
                                                                        <td width="5" ><span style="color: #FF7100;">i<span></td>
                                                                        <td style = "max-width: 144px;"> <div style="color : white;text-align:center; font-size : 10pt;font-family:Arial;font-weight: bold; ">sefsefse </div></td>
                                                                        <td style="padding-left : 5px;">
                                                                            <span style="color : white; font-weight : bold; font-size : 12pt;">  > </span>
                                                                        </td>
                                                                        <td width="5"><span style="color: #FF7100;">i</span></td>
                                                                    </tr>
                                                                </table>
                                                            </a></Track Link>
                                                        </td>
                                                        <td width="15"></td>
                                                    </tr>
                                                    <tr height="8"></tr>
                                                </tbody></table>    
                                            </td></tr>
                                        </tbody></table>
                                </a>

有了gmail,你需要在颜色上多加选择

您不仅需要在中声明颜色,而且还应该使用颜色将其包装在跨度中

这是您的以下项目之一,代码正确

<Track Link>
                                    <a style="text-decoration : none; color:#000000;" href="http://www.decathlon.be/selle-zeta-confort-gel-id_8052361.html">
                                        <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody>
                                            <tr><td>
                                                <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody>
                                                    <tr height="3"></tr><tr style="height : 32px !important; min-height : 32px !important; max-height : 32px !important; ">
                                                        <td width="6"></td>
                                                        <td align="left">
                                                            <div style="height :32px !important; min-height : 32px !important; max-height : 32px !important; "></div>
                                                        </td>
                                                        <td width="58"></td>
                                                        <td align="right">
                                                            <div style="height :32px !important; min-height : 32px !important; max-height : 32px !important; "><img border="0" style="display:block;" width="64" height="32" alt=" " src="http://decathlonbe.net/images/Marques/geonaute.png"></div>
                                                        </td>
                                                        <td width="6"></td>
                                                    </tr><tr height="1"></tr>
                                                </tbody></table>
                                            </td></tr>
                                            <tr><td>
                                                <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody>
                                                    <tr>
                                                        <td align="center">
                                                            <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0">
                                                                <tr>
                                                                    <td width="5"></td>
                                                                    <td><img width="188" border="0" alt="" src="http://www.decathlon.be/media/805/8052361/classic_400PX_asset_71685950.jpg" style="display : block;"></td>
                                                                    <td width="5"></td>
                                                            </table>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td align="center" style="font-size:9pt; font-weight : bold;font-family:Arial; color:black;"><span style="color:#000000;">SELLE ZETA CONFORT GEL</span></td>
                                                    </tr>
                                                    <tr>
                                                        <td align="center" style="font-size:9pt; font-family:Arial; color:#6f6f6f;"></td>
                                                    </tr>
                                                </tbody></table>
                                            </td></tr><tr><td>
                                                <div class="price" style="font-family : Arial; font-size : 22pt; color : black; text-align : center;"><div class="nopromo" style="font-weight:bold;font-family : Arial; font-size : 19pt; color : black; text-align : center;">29<sup style="font-size:12pt;">&#128;95</sup></div></div>
                                            </td></tr><tr><td>
                                                <table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody>
                                                    <tr>
                                                        <td width="15"></td>
                                                        <td valign="middle" align="center">
                                                            <Track Link><a style="text-decoration : none; font-family : Arial; font-weight : bold; font-size : 11pt; color : white;" href="http://www.decathlon.be/selle-zeta-confort-gel-id_8052361.html"><table align="center" cellspacing="0" cellpadding="0" border="0" style="background : #efefef;" >
                                                                    <tr height="32" style="background-color : #FF7100;">
                                                                        <td width="5" ><span style="color: #FF7100;">i<span></td>
                                                                        <td style = "max-width: 144px;"> <div style="color : white;text-align:center; font-size : 10pt;font-family:Arial;font-weight: bold; ">sefsefse </div></td>
                                                                        <td style="padding-left : 5px;">
                                                                            <span style="color : white; font-weight : bold; font-size : 12pt;">  > </span>
                                                                        </td>
                                                                        <td width="5"><span style="color: #FF7100;">i</span></td>
                                                                    </tr>
                                                                </table>
                                                            </a></Track Link>
                                                        </td>
                                                        <td width="15"></td>
                                                    </tr>
                                                    <tr height="8"></tr>
                                                </tbody></table>    
                                            </td></tr>
                                        </tbody></table>
                                </a>


Darryl Vos的答案是正确的

I样式链接w