I'm trying implement hotspot which is created as text type and contains hyperlink inside html attribute! Everything is displayed but it's not clickable!
I would like to ask if it is possible to make hyperlink clickable? e.g
rejentt,
There is a typo in your <a> tag code. The closing tag shouold be </a>.
And due to xml syntax checking you need to use instead of "<" and ">" characters the "[" and "]" when feeding the html of the text box.
Pavel