Hi Community,
I have the hyper link in my Email content, but i want it as plain text, so used "pointer-event:none" and "text-decoration:none" in expersion property.
But no use still the hyper link showing in email boby, but i want it to be as plain text to copy.
Is there any other way to show the hyper link as plain text in email body.
Thanks in advance.
Balaji
Can you plz take your button/link inside a container/html and apply the CSS only for that. For your requirements a:link, a:visited is enough to apply(eg below):
Eg :
a:link, a:visited {
background-color: #f44336;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
Hi Sourabh sharma,
Sorry for the late response.
I tried above one but no luck, cloud you please share any sample OML.