Anoop Chandran
Anoop Chandran

Reputation: 3

make web address in email newsletter appear as text not anchor link?

This is the code I'm using.

<pre style="cursor: default !important; pointer-events: none !important; font:700 21px Arial; color:#fff!important; margin:12px; text-decoration: none !important;">
    [email protected] | +65 6417 3059
</pre>

It is rendering as link when sent as an email newsletter from Madmimi. I want it to be plain text. How to disable render as a link?

Upvotes: 0

Views: 102

Answers (2)

Sergio Wizenfeld
Sergio Wizenfeld

Reputation: 492

Email systems such as google and specially apple on mobile recognize email addresses and phone numbers and make them clickable. you need to wrap it around in a anchor tag and give it a value of 000001 for example to make it black.

Upvotes: 0

Mattigins
Mattigins

Reputation: 1016

I could be wrong, but i believe the fact that is it rendering as a link is up to the website that the email is being viewed on. I bet that the website has a function running on the body of the message that turns anything that looks like a link into an anchored link.

Upvotes: 2

Related Questions