需要有关电子邮件上html按钮的帮助



我有这个按钮,可以在浏览器上正确重定向;然而,每当我把它放在Gmail的电子邮件上时,它不会重定向

<DIV style="TEXT-ALIGN: center">
<A style="FONT-SIZE: 14px; 
FONT-FAMILY: Arial; 
WIDTH: 100%; 
COLOR: #fff; 
TEXT-ALIGN: center; 
DISPLAY: inline-block; 
LINE-HEIGHT: 50px; 
BACKGROUND-COLOR: #0070ba; 
border-radius: 50px" href="[websitelinkhere}">
<STRONG>vérifiez votre compte </STRONG>
</A>
</DIV>

立即尝试。它需要经过html验证。每次报到:https://validator.w3.org

<div style="text-align: center">
<a style="font-size: 14px; 
font-family: Arial; 
width: 100%; 
color: #fff; 
text-align: center; 
display: inline-block; 
line-height: 50px; 
background-color: #0070ba; 
border-radius: 50px" href="[websitelinkhere]">
<strong>vérifiez votre compte </strong>
</a>
</div>

最新更新