Create Image clickable (IFRAME)

Good morning,

Is there the possibility to add clickable image once we click on the image the page loads and it displays another page (IFRAME).

Thank you in advice for tips.

Hi

Try with this below code.

<div style="position:relative;">
<iframe src="somepage.html" width="500" height="500" />
<a href="redirect.html" style="position:absolute; top:0; left:0; display:inline-block; width:500px; height:500px; z-index:5;"></a>
</div>
1 Like

Hi, sorry for the delay,

It doesn’t work. do you have other solutions to suggest?