I checked actual email HTML structure using inspect element there is no anchor tag I mean when I add the classmktNoTrack it removes the A tag. Here is attached screenshot:
Here is my HTML div structure:
<div class="mktoText" mktoname="Text" id="SubHeadline2-text-ca30917dc-e520-417a-a5d9-c1344a8904c7"><div style="text-align: left;">Dear {{lead.First...
Thanks for replying, here is attached image of adding class with anchor tag. I have used this code in the code editor:
<a class="mktNoTrack" href="sms:+16465586696">(646) 558-6696...
I tried this already but using this class we lost the click function on the phone number. After using this class the user are not able to click the phone number its just show the p...
Kindly tell us what's the solution for this problem when I added the <a href="sms: number here">SMS</a> anchor tag and the user click on number in the email then it is going to the...