Home › Forums › Questions & Answers › hyperlink › Reply To: hyperlink
February 7, 2013 at 5:57 am
#849
Ribbet
Keymaster
Hi Samantha, Yes this is already possible. When you put the photo up on a website or blog, you need to use html code to create the hyperlink. An example of this code would be:
<a href="http://www.mylink.com"> <img src="http://www.mywebsite.com/ribbet_image.jpg"> </a>
Replace mylink.com with the link you want visitors to go to when the image is clicked, and replace mywebsite.com/ribbet_image.jpg with the location of the image.