Make a Web Page Image Clickable

Avatar
  • updated
  • Answered

If i want to create a new category as link. I uploaded an image for the link. The link title is clickable, it opens up the Web page we specified. But how do we make the image for the Web page clickable? Means we click on the image, it also opens up to th.

Avatar
IMH Support Agent 1
  • Answered

Hello Paul,

Thank you for contacting us about making a web page image clickable. It depends on how your website was built, but you will typically wrap the "img" tag with a "href" tag. For example:

<a href="example.com"><img src="images/test.png"></a>

Thank you,

John-Paul