Repurpose your Images for Mobile Email |
|
10.19.2011 Get connected with Email on Acid for up-to-date news and information on the subject of email design, development, and testing! |
|
By Michelle Klann
October 12, 2011 Stop Gmail from Wrapping your Phone Number into Text LinksBoth the desktop and mobile version(s) of Gmail now insert an anchor link around phone numbers. In the desktop version, the link opens Google's new voice/chat console which is displayed along the right column of the Gmail interface.
In mobile versions, the link opens up the mobile phone console with your phone number pre-populated making it very easy to dial numbers directly from your email. Each of the following formats will get converted to links: 212-389-3934
212.389.3934 (800) 389-3934 1-800-389-3934 (212) 389-3934 212–389–3934 212—389—3934 212–389–3934 212–389–3934 1–212–389–3934 212 -389 -3934 So how do you get around it?1.) Use an HTML entity in your phone number that Gmail does not recognize: 212­-389­-3934
In the example above I used the following entity just before each dash: "­" 212­-389­-3934
In the example above I used: "­" 2.) Wrap an anchor tag around the phone number with an inline style that matches the rest of your text: <a href="#" style="color:#0F3; text-decoration:none">342-389-3934</a>
3.) If it's possible, use the text version of the phone number: 555-212-SHOP
If you can find any additional ways to bypass the text links in Gmail, don't hesitate to share them below! Update October 14, 2011: This fix also works if you want to block Gmail from inserting links around your URLs and Email addresses.
So change name@test.com to: Change www.mydomain.com to: Change http://www.mydomain.com to: |
|
If you haven't signed up yet, give our FREE online Email Test a try. Just drop in your code and we will instantly simulate your email in the most popular email clients!
Get connected with Email on Acid for up-to-date news and information on the subject of email design, development, and testing!