How do I create a dial link from a hotspot on an image in Dreamweaver CS5?

I understand how to create a link from text, or from an image, but I need to create a link within the image map so that clients on their cell phones can call by clicking on my chosen hotspot. Any suggestions?

Right, thanks. I've had to adapt it and create 2 more duplicate contact images, for the other small screens as the image maps are too large on the smaller screens. But I managed to get it to work how I want. Thank you.
But I can't figure out how to do the tel: link. I've tried so many variations. But when I update the website, and try it on my mobile phone (which by the way, is not an iPhone, it's just a Samsung Tocco Lite), the tel: links won't work, both on the images, and the raw text. My phone just keeps coming up with an error message, saying: "Invalid Phone Number".
The text tel: links are: <div class="PhoneNumber"><a href="tel:+64-09-537-1458">09537 1458</a></div>
I've had to put the phone numbers in seperate div tags, that way, I can hide each div tag, according to the layout for the screen sizes.
And the image tel: links are: <area shape="rect" coords="6,36,110,59" href="tel:+649537 1458" />
As you can see, both these tel: links are different, but both don't work.
Is there something I've done wrong to make the error message pop-up instead of dialing the number? Or is it the case of it being my mobile phone that doesn't support it. How can I correct it in each instance if it is the case, so that it will work on all forms of mobile phones?
Please note that I am in New Zealand, and the country code is 64. and 09 is the area code.
Thanks.
Edit: It doesn't matter now. I've managed to figure it out, and it now works on my phone.

Similar Messages

  • How do I create a downloadable link from an Interactive PDF file created out of InDesign CS6?

    Hello,
    I created an Interactive PDF file out of InDesign and would like to make the large file a downloadable link and share it with the user in an email. I do not want to use DropBox or GoogleDrive.
    The company I contract for has their own site - do I insert the file into the site or can I create a separate link for it?
    I will be recreating these presentation PDF's constantly, so I would like to know if there is a simple way to create this link for files in the size of 7-12MB.
    Any ideas on downloadable links? I do have flash - but rarely use, perhaps load the file out of flash?
    Thank you so much for your help,
    Megan

    Hi Willie,
    Thanks for your help. Most likely contact the company who maintains the
    site then to share the file with them I'm assuming?

  • How can I create an anchor link, from one table to another?

    I want to make an .html web page with two tables, side by side. In the left table I want to put a list of names. In the right table I want to have text anchored at the top of the right table (linked anchor to the names in the left table) so that when I click on a name from the list in the left table the text associated with that name will appear at the top of the table on the right? In the right table, I want to be able to scroll up and down to read the text in the right table. In the left table I want the list to remain near the top of the page while I'm scrolling up and down in the right table. I want the list on the left always in view and stationary while I'm scrolling through the text in the right column.
      I tried just anchoring text to the top of the right column (without linking the anchor to a different html file) but when I scrolled down in the right table, the whole page scrolled down so that I could no longer see the list of names in the left column.
      How can I achieve this effect? Do I need to anchor to another html file, or can I achieve the result without linking to a different html file?
    Thanks,
    George

    Iframes should be in there, but they only show up when you're in code view. But all it does anyways is place the frame tags where your cursor is. You'll also need to add some properties, such as width and what not. A quick google for iframe properties will provide plenty of examples. Like a regular frame, it displays a separate a html page which must be referenced in the properties. A named anchor as we know is part of the link which can be used onnthe same page, or open another page to a certain location. So it's just a matter of formatting the link  so it targets and includes the iframe as well as the other attributes. I'm pretty sure it's doable and not too difficult, but again, a quick google shold provide the answer.

  • How can I create a working link from the home page to other pages?

    Using iWeb, I created links on the Home page directed to other pages within my web site. The links are located in the main body of the Home page (on the right side) and are not included in the Navigation Menu. The links function correctly when I test them in iWeb, however, the links do not function at all after publishing to the internet.
    Within the inspector, I have chosen, Link To: "One of my pages" and the appropriate page is selected.
    The links within the gray rectangles do not function. The same links below the gray rectangle links go to a "Page Not Found" page.
    See the home page at http://www.daleenstrom.com
    How can I make these links function correctly?

    Welcome to the Apple Discussions. I've found that using the "One of my pages" often doesn't work. Since you've published the site go to each page, copy its URL and use it for the hyperlink. I've found that to me more reliable.
    Are those two links inside the shapes or just on top? Both of those items are one large image file. If you inserted the link in the shape be sure you've selected the text (might take a few clicks to get inside and select it) to use for the hyperlink. Also make sure there are no other objects overlapping each of the shaped with the hyperlinked text.
    Also it appears that the entire text box is an image. Turn on iWeb's preferences to display the text image indicator:
    Click to view full size
    and then you'll see the following on any object that will be converted to text once published:
    Click to view full size
    The two links below work for me. Be sure to clear your browsers cache (CommandOptionE for Safari) and reload the page.
    OT

  • How do you create a text link to jump to a row in numbers

    Short: How do I create some simple link from Row 1 Cell 1 showing December, to jump my screen down to row 300 for example?
    I want to do this because I use numbers for a 365 days per row long spreadsheet, and collumn A B C D E are staff names, it's alike a daily booking calendar for employees for me to see availability.
    I have made the top header row of staff names frozen, so when I stroll down I see the staff names above each collumn, useful. I have also added a row under this and want to write each month, e.g. Jan, Feb, Mar and turn those to links, taking me directly to the row in the spreasheet. How on earth does one do this?
    I have searched: internal link, simple link to a row, internal shortcut, internal link and others, can not find it in this forum, google or the help.
    Thanks
    Andy

    This script isn't based on a Numbers 09 script so I don't know if it works the same way, but it seems to work ok in Numbers 3.5.
    The dates (Jan 1, Jan 2... Dec 31) must be formatted as text, NOT as date and time.
    For ease of reference the table is called Holiday Planner. The script must be updated if this is changed.
    The top of the table looks like this:
    This is the script:
    set esc_key to 53
    tell application "Numbers"
      activate
      set the_month to (choose from list {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"} ¬
      with prompt "Which month do you want to jump to?")
      if the result is false then return
      set the_month to the_month as string
      tell document 1
      tell active sheet
      tell table "Holiday Planner"
      set the_row to item 1 of (every row where ((value of cell 1) begins with the_month))
      set selection range to the_row
      tell application "System Events"
      key code esc_key
      end tell
      set selection range to the_row
      end tell
      end tell
      end tell
    end tell
    One cosmetic problem is that when you jump "onwards" in the calendar as opposed to "backwards", the first row of the month appears at the bottom of the window rather than at the top. I'm not sure there's any way of fixing that.
    Save the script in your ~/Library/Scripts/Numbers/ folder and then you can run it from the Numbers script menu:
    Hope it's useful.
    H

  • How do I create a web link??

    How do I create a web link??
    I want to be able to take some text or an image and have it link to a website. Seems simple, but am unable to do this and searching online I haven't found any solutions. I have tried copy and paste from word, create in Acrobat Professional and then open with Designer. None seem to work. Please Help. Thanks.

    In Acrobat Standard and Professional there is a "Link Tool" that can be used to create links by drawing a link box around the object you want to appear under the link box. You will be provided a pop up window offering you the choice of the various types of link you can create.
    The "Link Tool" is on the "Advance Editing" tool bar. More information is available in the "Complete Help" under the menu bar "Help" option.

  • How can i create a pdf file from Indesing, whit out loosing resolution...

    How can i create a pdf file from Indesing, whit out loosing resolution...
    in linked images (bitmap) idon´t know where or how can i keep the same resolution "image" that is from the original file ......

    In the export settings there is a panel called Compression. You can set downsampling and compression, or lack thereof, there.

  • How can I create a single order from multiple quotations?

    How can I create a single order from multiple quotations that I have created by the transaction VA21 ?
    Thanks in advance for the answers.

    hi
    Go to transaction: /nva01
    Enter order type : ZOR
    Sale org :xxxx
    Dist.channel:xx
    Division :xx
    Press enter
    Click on “Sale document” and select Create with reference
    Then enter 1st quotation number & click on “COPY” or “Selection list”. Then click on “Copy “.Then all line items which belong to quoation1 copy to order.
    Then,
    Click on “Sale document” and select Create with reference
    Then enter 2nd quotation number & click on “COPY” or “Selection list”. Then click on “Copy “.Then all line items which belong to quoation2 copy to order.
    Then,
    Click on “Sale document” and select Create with reference
    Then enter 3rd quotation number & click on “COPY” or “Selection list”. Then click on “Copy “.Then all line items which belong to quoation3 copy to order.
    Now save the sale document.
    Kindly give reward points
    Edited by: WISH on Mar 19, 2008 2:25 PM

  • How can I create an audio CD from the audio only portion of my iMovie?

    Hello, I brought in about 50 min of Digital video into iMovie, I separated (split) the audio from the video, I unlocked the audio, I deleted the video, and now I want to just create an audio CD from the audio that is left.
    Can I do this? and if yes how? If I can not, how can I create an Audio CD from on my G5 off a tape on my digital camcorder?
    Any help would be apprecaited.

    This is how:
    Go to:
    'File'
    'Share'
    'Quicktime'
    'Expert Settings'
    'Audio as AIFF' or pick your brand of compression.
    Drag and drop the resulting file into iTunes.
    Enjoy!
    P.S. - You didn't need to delete the video but I think that'll be okay.

  • How I can create a XML file from java Aplication

    How I can create a XML file from java Aplication
    whith have a the following structure
    <users>
    <user>
    <login>anyName</login>     
    <password>xxxx</password>
    </user>
    </users>
    the password label must be encripted
    accept any suggestion

    Let us assume you have all the data from the jsp form in an java bean object..
    Now you want a xml file. This can be acheived in 2 ways
    1. Write it into a file using java.io classes. Say you have a class with name
    write("<name>"+obj.getName+</name>);
    bingo you have a flat file with the xml
    2. Use data binding to do the trick
    will recommend JiBx and Castor for the 2nd option
    Regards,
    Rajagopal

  • How to hide "Create Requisition Request" link in MSS

    Hi All
    How to hide "Create Requisition Request" link which is in Recruiting services in MSS?
    Rgrds
    Sri

    Hello,
    Create Requisition Request is triggered by Home Page framework service MSS_HCM_RECRUITING_NEWREQ_REQUEST.
    In order to deactivate it, in customizing:
    SPRO-IMG:
    Cross-Application Components
      Homepage Framework
        Services
          Assign Services to Subareas
    On the entry :
    MSS_HCM_RC_REQREQUEST     MSS_HCM_RECRUITING_REQ_STATUS_OV     20
    You can set the position as blank, so it will not show up. You can also delete this entry.
    Regards,
    Bentow.

  • How do I create a still photo from a video in the new iMovie?

    How do I creat a still photo from a video in the new iMovie?

    I'll assume you want to create a still to use outside FCPX, not a still frame within FCPX.  It's kinda hidden in the "share."  Go File/Share/Add Destination.  You want "Save Current Frame."  After you've created that destination, it'll be there for you in the future under Share.

  • How to hide 'catalog','open',home' link from dashboard page in obiee11g ?

    Hi,
    how to hide 'catalog','open',home' link from dashboard page in obiee11g based one users/groups.
    http://imageshare.web.id/images/e7tosu6qtsa9zdl1a8w8.jpg
    i.e: some users shold not able to see 'open','catalog',home link from dashboard but some power user/groups can able to see the 'open','catalog',home link.
    Thanks
    Deva

    Hi,
    I don't want to remove totally, what i am asking is there any
    Possibility to do users/groups wise,
    E.x:
    Work around home page
    Setting home page each users/groups wise . I am expecting like that option to
    Do open and catalog link.
    Home link not a priority .
    http://obieeelegant.blogspot.com/2011/06/how-to-changing-theobiee11g-homepage.html
    Thank
    Deva
    http://obieeelegant.blogspot.com

  • HT201441 how can i create and audio cd from a music track I have on my ipod

    how can i create and audio cd from a music track I have on my ipod

    This is how:
    Go to:
    'File'
    'Share'
    'Quicktime'
    'Expert Settings'
    'Audio as AIFF' or pick your brand of compression.
    Drag and drop the resulting file into iTunes.
    Enjoy!
    P.S. - You didn't need to delete the video but I think that'll be okay.

  • How do I create a fillable form from an existing document (PDF, Word, etc)?

    How do I create a fillable form from an existing document (PDF, Word, etc)?

    In Acrobat 11 you'd select: Tools > Forms > Edit
    to go into form editing mode. You'll see the tools that are available, thought it may prompt you to autodetect the fields. I usually don't do this, preferring to create them myself.

Maybe you are looking for