Hyperlink

Yael_Philander
Level 1

I am getting text in my email underlined like it is hyperllinked when it isn't. When clicking on it is doesnt take you to any links. How do I remove this?

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

Depending on the mail client, link-like text can be hyperlinked: even a dotted.series.of.parts with no  protocol can be "upgraded" by Gmail, for example.

Can you show the HTML (or text) used to construct this accidental link?

Jay_Jiang
Level 10

Not just links but addresses, dates and times, phone numbers etc... So it could be your email client or, if you're viewing on a smart phone, it could be one or many apps 'interfering' with the as is email html 

SanfordWhiteman
Level 10 - Community Moderator

Yes, those are all "link-like" and may be rewritten as deep links to protocol handlers. 

Jay_Jiang
Level 10

Lastly, you may have CSS styles affecting different tags in your email template e.g.

span, p, li, td {
text-decoration: underline;
color: lightblue;
}