For landing page I made, how do I get a button on which I have added a phone number as text to go to a phone number which an be dialed on smartphone when clicked?
Hey Wolf,
You need to place a link with format tel:number
. More information on the site below.
http://stackoverflow.com/questions/4572297/is-there-a-way-to-make-a-phone-number-clickable-on-an-iphone-or-android-phone-to
Hope this helps
Ben
Ben,
Thank you; I have seen this piece of html all over the internet in my search for an answer. However, here’s what I encountered, maybe you can help me get beyond this (I hope
#1 If I put that html in the text portion of the button it just shows the html code, not the number I would like it to show on the button when it’s published, plus it’s not ‘clickable’.
#2 If you put it in link field it just gives error code when you click on published page.
#3 In Advanced CSS tab I tried each one but it doesn’t seem to work either.
Are there specific instructions on how to implement this code?
Hey Wolf,
What error are you encountering? I believe you are trying to implement this on a button. Here’s a screenshot of what it should look like.
http://imgur.com/9oz2Ixv
Ben