HTML email link color dilemma

后端 未结 13 1048
失恋的感觉
失恋的感觉 2020-12-15 04:35

I designed an HTML email and I am having the following issues: First my entire design is based on a blue color so any blue text will not be readable by the reader/user, text

13条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 05:08

    Outlook Web App (OWA) link colors change from inline styles. I have spent a few hours trying to change/fix link colors in OWA where it strips away inline styles for email templates I am creating. I tried various techniques with + tags with no success. Finally found something that seems to work:

          White Link
    

    Changed it to:

          White Link (almost)
    

    Seems fine so far.

    Further testing. I put the slightly off color on the the then the correct color on the

提交回复
热议问题