QA.TechInterviews.com - your tech questions answered
I Have A Picture And Wnat To Make It A Link How Do I Do It?

To add a link to an image place it inside an "a" tag.

<a href="address of link goes here">
<img src="address of image goes here" alt="description of image goes here" />
</a>
Right click on picture and Create Shortcut.
To add a link to an image place it inside an "a" tag.

<a href="address of link goes here">
<img src="address of image goes here" alt="description of image goes here" />
</a>
Make a Photobucket account and upload the picture. Go to: www.photobucket.com
If you add any picture on your webpage, the html code is look like this,

<a href="link.html" target="_blank"><img src="YourPictureName.jpg" width="anysize" height="anysize"></a>

you can choose target as _blank,_self,_top,_parent.

For more inf please go to other friends links above!
You mean an adoptable?

Scan it & save it to My Pictures.

<a href=place your website here <img src=place the image url here. You can find the url by right clicking your image & clicking Properties & copy & pasting the Address URL. border=0></a>
Scan it and save it to your file.
<a href="Linkloc.html"><img src="Imageloc.gif" alt="" border=0></a>

Back to QA. TechInterviews.com. Powered by Yahoo! Answers and TechInterviews.com community.