wan to show more than one hyperlinks on an image.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rhishabh07
    New Member
    • Jul 2007
    • 21

    wan to show more than one hyperlinks on an image.

    wan to show more than one hyperlinks on an image.

    i don wan to use <a href=""> <img src=""> </a>
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Originally posted by Rhishabh07
    I want to show more than one hyperlinks on an image.

    i don't want to use <a href=""> <img src=""> </a>
    Not possible. .

    Comment

    • nitinpatel1117
      New Member
      • Jun 2007
      • 111

      #3
      Hi,
      if think you may have phrased the question a bit wrong.

      do you mean that you want a different part of the image to go to a different url.
      if so see:
      http://www.w3schools.c om/tags/tag_map.asp

      but, if what you want is to open two different urls, when user clicks on the same area of the image (or all of image), then this not possible. (may be possible in javascript though)

      Comment

      • nomad
        Recognized Expert Contributor
        • Mar 2007
        • 664

        #4
        Originally posted by Rhishabh07
        wan to show more than one hyperlinks on an image.

        i don wan to use <a href=""> <img src=""> </a>
        You might be able to do it in php???

        nomad

        Comment

        • Rhishabh07
          New Member
          • Jul 2007
          • 21

          #5
          Hi,

          i mean i want to open different part of the image to go to a different url.
          if so see:
          http://www.w3schools.c om/tags/tag_map.asp

          thanx

          i follow ur link and then reply

          Comment

          • wajiha
            New Member
            • Jul 2007
            • 7

            #6
            if u want part of image ro follow different hyperlinks use <map> tag to do so.........
            Originally posted by Rhishabh07
            Hi,

            i mean i want to open different part of the image to go to a different url.
            if so see:
            http://www.w3schools.c om/tags/tag_map.asp

            thanx

            i follow ur link and then reply

            Comment

            Working...