Hi @Sauguad ,
To open the link in a new window/tab when image is clicked , you can add the target="_blank" attribute to the <a> tag. Here's how you can modify your code:
<a alt="NAME" href="URL" target="_blank" style="width: 100%; height: auto; max-width: 100%;">
<img src="/image.png" alt="NAME" name="image.png" id="ixryv8" style="max-width: 100%; height: 100%; width: 100%;" /></a>
Regards
Surendran Ravindran
--------------------------------------------------------------------------------------
I hope that helps.
If the post solves your problem, please mark it as a solution. If it helps, consider a thumbs up.
Wrap the img tag in an anchor tag.
Fubar
62
Super User 2025 Season 2
Lucas001
48
Super User 2025 Season 2
KevinGador
44
Super User 2025 Season 2