HTML Module and Pictures (Image Viewer)

 I am trying to create a tdx desktop that is exclusively picture based.  Clicking on a picture would then take the person to a linked site.  I am successful in doing this, but there is one catch.  When you click on any image, an image viewer window always pops up a larger version of the image too. I am curious to know if you have any ideas how I might be able to suppress or stop this pop up image viewer option.

Thanks!

Asked by Troy Timmerman on Thu 7/13/23 3:21 PM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Mark Sayers Thu 7/13/23 3:51 PM

Hi Troy,

In general you should be able to just do something like this: <a href="your site"><img src="your image link"></a>

No feedback