Results 1 to 3 of 3

Thread: How to make pictures clickable?

  1. #1
    Join Date
    Jan 2009
    Posts
    58

    How to make pictures clickable?

    I am having a doubt , is it possible to take a .jpg image and make some part of those images click able and whenever a user click on that part he should be redirected to some another page. For example if anyone clicks on my image which is being uploaded in my friends album, whenever they click on my image they should be redirected to my profile or my profile should be open in some another page. I think this is possible but don't know how to do it. Does anyone has any ideas about it ?

  2. #2
    Join Date
    Dec 2008
    Posts
    123

    How to make pictures clickable?

    It's very simple for that you should have some knowledge about HTML coding because we need to make some changes in the code. Normally whenever we want to link anything in HTML we use <img src="url/image"> instead of that you can use anchor tag to add a link of your profile for example.

    HTML Code:
    <a href="url of your profile">
    <img src="url/image">
    </a>

  3. #3
    Join Date
    Jan 2009
    Posts
    58

    How to make pictures clickable?

    Thanks for providing information about it, when i try to do some research and development on some social networking sites like orkut, facebook etc i came to know that they already have such kind of function. If you want to have it on some other sites apart from this then you need to use above mention code.

Similar Threads

  1. How do I combine 2 pictures to make 1 picture?
    By Victor Kam in forum MS Office Support
    Replies: 4
    Last Post: 30-04-2013, 06:22 PM
  2. Need help with Clickable Comment Url
    By Metoac in forum Technology & Internet
    Replies: 6
    Last Post: 24-06-2010, 01:11 AM
  3. Creating a Clickable URL in Textbox
    By D_chapple in forum Software Development
    Replies: 5
    Last Post: 23-02-2010, 09:52 PM
  4. I want to make my pictures sideshow ScreenSaver.
    By spuff in forum Windows Software
    Replies: 3
    Last Post: 11-08-2009, 06:52 PM
  5. Clickable image in frame
    By Randolphs in forum Software Development
    Replies: 3
    Last Post: 04-04-2009, 09:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,964,519.26000 seconds with 17 queries