[Solved] How can I link an image to another page on my website? [duplicate]


How about:

<a href="https://stackoverflow.com/questions/28305100/somepageonyoursite.html"><img src="http://cdn.fansided.com/wp-content/blogs.dir/229/files/2014/06/nhl15cover610.jpg" width="500" height="300"/></a>

You use the anchor tag to create links to other areas of both your site or the internet itself.

solved How can I link an image to another page on my website? [duplicate]