By default, if you compose a HTML email with email address and telephone number, Gmail will auto convert it to mailto and tel link respectively with Google own CSS.
I have tried using inline CSS to change it but it does not work.
So far, the following solution is one that found to be working:
use <input type="text" style="border:0pt;background-color:transparent" value="example@a.com" readOnly/>
I have tried using inline CSS to change it but it does not work.
So far, the following solution is one that found to be working:
use <input type="text" style="border:0pt;background-color:transparent" value="example@a.com" readOnly/>
Use input and style it by removing the background and border