HTML Code for dialing a phone number

sfeay

New Member
Hello everyone,

My site is dreamweaver built and I have an image map at the top with my logo and phone number. My number is a graphic but I'd like it to dial a smart phone if someone clicks on the number.

I'm not sure what the code is for smart phone dialing but I see it all the time so hopefully it's easy.

Any help would be appreciated. I would like to do an image map of the number and have it activate a dialer.

cheers

Simon
 

krymson

Member
Are you trying to get it so if someone views it on a smart phone they can click on it and dial? if that's the case put it in plain text, no coding required. Your phone will automatically pick it up as a phone number if its in the right format... xxx-xxx-xxxx
 

li_marie

New Member
If your phone number is a graphic you only need to use <a href="tel:+xxxxxxxxxx"><img src="#" border="0"/></a>
 
Top