I tried the following syntax but it doesn’t work, the result is a regular link instead of a linkable image, can someone give me a working example?
I use this following code in cell which has a type of “link”
‘images/ico_edit.gif^Edit^index.php?op=edit^_self’
img url^alt text^link url^link target
Thanks
Chuan
The code which you are using can work in case of “img” column type, for “link” column you need to provide actual HTML code ( because by default it create a text link )
<![CDATA[ ^Edit^index.php?op=edit^_self ]]>