Email signature

前端 未结 1 1293
余生分开走
余生分开走 2021-01-16 19:42

So I have made a email signature and it works fine in desktop Gmail. The problem is that when I open an email in desktop Outlook links turn blue and underline . How can I fi

1条回答
  •  失恋的感觉
    2021-01-16 20:38

    When Gmail spots an address or phone number in an email, it automatically adds an extra style declaration, which formats any link in the email that has no inline styles attached to it, as blue:

    .ii a[href] { color: #15c; }
    

    How to fix?

    Option 1:

    • Wrap the telephone number or address in a
    • Give the a class. Example:
    • Declare the class in the