I am creating an HTML
Email template using HandlebarsJS
.
I am having an issue that when I open the Email on mobile (outlook
or gmail
) - when I click on a number it opens a link to start a phone call?
for example: 166.43
would open as a clickable link on mobile.
How can I ensure that numbers do not do this in my email?
Relevant HTML Section:
<td style="padding: 10px;font-family: Arial;font-size: 13px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 1.45;letter-spacing: normal;color: #333333;height: 30px;transition: all 0.3s;background: #FAFAFA;text-align: left; border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;">{{cost}}</td>