How do I add a hyperlink to an image so it links to another internal web page?

I need the image to link to another website within my portfolio. (yourdesignninja/twinCities/index.html).
Here is the code I have:

		<img width="650" height="500" src="images/screenTwinCities.png" class="ls-l" alt="" style="top:80px; left:620px;" data-ls="offsetxin:500; offsetyin:-20; delayin:000; easingin:easeOutBack; rotatein:30; transformoriginin:30px 360px 0; offsetxout:-80; durationout:400; parallax:true; parallaxlevel:2;">
<a href="yourdesignninja/twinCities/index.html">
<img width="650" height="500" src="images/screenTwinCities.png" class="ls-l" alt="" style="top:80px; left:620px;" data-ls="offsetxin:500; offsetyin:-20; delayin:000; easingin:easeOutBack; rotatein:30; transformoriginin:30px 360px 0; offsetxout:-80; durationout:400; parallax:true; parallaxlevel:2;">
</a>

Hi!

Use:
<a href="Url"> <img src="ImageURL"/></a>

Cheers,
Pharid

Thank you for your quick response!

Here’s what I’ve been trying:

The image shows up, but there is no link. Is it because of the parallax level?

Thanks!

JP

Got it! It has to be on the top parallax layer. Thanks again for your response!