Hello,
I tried to add image on my radio group
select '<img src="/../i/ok.png">' as d, 1 as r from dual
But it's replacing the signs '<' and '>' by "& lt;" and " & gt;"
Any idea how to avoid html to replace those characters?
(I'm using Apex 4.0)
Thanks,
Uji