Hi All,
In one of my method I am concatenating some text which
includes few hyperlinks.But I am not able show these hyperlinks as links.They are also shown as text.How do I show them as link?
I am using this code.
CONCATENATE
'some text here<br>'
'link here: quicklink /xyz<br>'
How do I show 'xyz' as link??