How do you use a picture as a link?

How do I use a picture as a link?

  • You know as in adding some coding so when someone clicks on the picture it takes them to the site I linked the picture to.

  • Answer:

    In Word, right click it and click "Hyperlink" you can figure it out from there. In HTML use "<a href ="www.whereyouarelinkingto.com"><img src="filename.jpg"></a>

KAMSC_kid_09 at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

You can use an Image Mapper Tool. For a free one that is easy to use, click on the link below. http://mercedes.coffeecup.com/CoffeeMap40.exe If you don't want to use it, you can use an HTML code like the ones everyone else is saying.

Yahoo! Answerer

Assuming that you're referring to an HTML link, then the code would look like this: <a href="http://www.somewhere.overtherainbo... src="path_to_your_image.jpg"></a> Insert the specifics of your own link and image, and you're all set. (I like to add the "border="0"' modifier in the img container, just because I think it looks better on the page, but that's up to you)

IanP

the tag is <a href=[address here]><img src=[picture name here]></a> sample: <a href="http://mysite.com"> <img src="myface.jpg"> </a> if you like, you can add the TITLE option so a neat message pops up when the user's mouse hovers over the picture. sample: <a href="http://mysite.com" title="Click here to go to my site"> <img src="myface.jpg"> </a>

Travis R

you just have to copy the address down the EXACT way you see it.

♥Brittany♥

Are you thinking of an icon on a desktop or a hyperlink on a web page?

Computer Guy

You type it in http://pictures.com

69 Trophy stile xxx

ur stoopid

Mike Hunt

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.