Hide a html image on a grid

Hello,
I have on a grid a “html image” with a link (works fine) on each record. Now i would like to hide this “html image” with condition.
I don’t know how. i found work around with a text field instead of html image and code html but it’s not very “userfriendly”.
Do you have a solution with html image ?
thanks
Guy

Did you make the link yourself with the OnRecord event or did you use the Application Link?

Hello,
I use application link. I’m still trying to use the features of sc.
Everything’s fine except I can’t hide that link html image under certain conditions.
Thanks
Guy

Solved
Finally, i used text field with img src and manually link
Thanks