我想修复这个显示为蓝色的链接,而它应该是白色的。它发生在 2010 年展望中。
<span style="font-family: Arial; font-size: 10px;">
    You are subscribed with email address
    <font style="color: rgb(255,255,255);"><%user.Email%> </font>
    <a href="<%unsubscribe_link_text%>"
        style="color: rgb(174, 215, 51) ! important;">
        <font style="color: rgb(255,255,255);">Click here</font>
    </a> to unsubscribe.
</span> 
任何人都可以看到有什么问题并帮助我吗?:)