Using an Image as a Link

Discussion in 'HTML & Website Design' started by qazwsxed, Apr 5, 2011.

  1. #1
    Hi,

    How can I use an Image as link so that It doesn't show Image path and other characteristics in Right Click?

    Thanks in advance
     
    qazwsxed, Apr 5, 2011 IP
  2. MikeLugar

    MikeLugar Well-Known Member

    Messages:
    1,453
    Likes Received:
    36
    Best Answers:
    2
    Trophy Points:
    150
    #2
    MikeLugar, Apr 5, 2011 IP
  3. dlmoredotcom

    dlmoredotcom Peon

    Messages:
    164
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It seems impossible because you still can see source code/information from Menu bar of browser.
     
    dlmoredotcom, Apr 5, 2011 IP
  4. sebasago

    sebasago Peon

    Messages:
    206
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No matter what you do to stop people from seeing this type of stuff there is always a work around. Why do you need it to be blocked? Maybe there is some other way we can suggest doing it?
     
    sebasago, Apr 5, 2011 IP
  5. echoutt

    echoutt Member

    Messages:
    237
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #5
    iam confused with your question
    use image as link just <a href=link.com><img src=link image></a>
    for the path of image how ever you do its will shown if the user want. there are many tool for do it :)
     
    echoutt, Apr 6, 2011 IP
  6. cyberman808

    cyberman808 Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If you image is too precious - you should not publish it on the web.
    Even if you could hide the path where it comes from, people can still get it with a screen capture tool.
     
    cyberman808, Apr 7, 2011 IP
  7. GatorFan101

    GatorFan101 Peon

    Messages:
    329
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Use a php function
     
    GatorFan101, Apr 7, 2011 IP
  8. ciscodiaz

    ciscodiaz Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #8
    Assuming you want to hide the target url...
    option 1 disable right click; however that won't stop a determined spy.
    option 2 is to simply cloak the link using bitly or zwurl or .htaccess method on your server
     
    ciscodiaz, Apr 7, 2011 IP