gpt4 book ai didi

css - 从 Outlook 发送电子邮件模板时如何删除 Gmail 中的超链接下划线

转载 作者:太空狗 更新时间:2023-10-29 16:44:51 26 4
gpt4 key购买 nike

今天从 outlook 发送邮件到 Gmail 时遇到了一个新问题。问题是超链接元素显示为下划线。我在下面尝试过。

方法一:

 <td  width="500px" align="center" style=" text-align: left; font-size:1.2em; font-family:Candara; color: #FFFFFF;">
<a href="mailto:info@example.com" style="color:#fff;text-decoration:none;" target="_blank">info@xxx.com</a>
</td>

方法二:

<a href="mailto:info@example.com" style="color:#fff;text-decoration:none !important;" target="_blank">info@ccc.com</a>  

方法三:

  a {text-decoration: none !important; color: #000; cursor: text;}

此代码在浏览器和 outlook 中运行良好,问题出在 Gmail 邮箱中。因为 Gmail 在超链接标记后动态附加了 span 标记。

我在这里附上了一个视频引用:

http://recordit.co/OGlkkBiXGX

给定:text-decoration none 由于添加了 span 标签内的标签后,它没有被 gmail 邮箱接收。

完整代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>mailtest</title>
</head>
<body style="margin:0; padding:0;">
<table width="582" border="0" cellspacing="0" cellpadding="0" align="center" style="background:black;">
<tr>
<td width="500px" align="center" style=" text-align: left; font-size:1.2em; font-family:Candara; color: #FFFFFF;">
<img style="margin-left:10px;" src="http://codestrz.com/Content/mail/envelope.png" alt="" border="0" height="18" width="18"/>
<a href="mailto:info@example.com" style="color:#fff;text-decoration:none" target="_blank">info@xxx.com</a>
</td>
</tr>
</table>
</body>
</html>

我试过这个简单的标签:

    <p style="color:white;"> EXTRANET.EXAMPLE.COM</p>

后来尝试了没有链接的简单 p 标签,

2013 年产量展望 enter image description here :

[![enter code here][1]][1]

gmail 输出 enter image description here

enter image description here

最佳答案

在样式中的 text-decoration:none 之后插入 ; 因为 html 在某些情况下无法无休止地读取正确的 css。

关于css - 从 Outlook 发送电子邮件模板时如何删除 Gmail 中的超链接下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42946034/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com