24
Views
2
Comments
CSS "Pointer- Events: None" not working inside Outlook mail
Application Type
Reactive

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

2022-07-03 17-24-08
Sourabh sharma

 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;

}

2021-03-30 13-44-25
Balaji Ravikumar

Hi Sourabh sharma,

Sorry for the late response.

I tried above one but no luck, cloud you please share any sample OML.

Thanks in advance.

Balaji

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.