Topic: Linking captions to external url
I'm trying to link certain captions to external urls. I'm using CDATA to do this.
Is it possible to do this? Or how should I do it?
Here's and example of what I trying:
<image imageURL="images/05_05.jpg"
thumbURL="thumbs/05_05.jpg"
linkURL=""
linkTarget="">
<caption><![CDATA[Luke with artwork by Robert Nunnelley</
<a href="http://www.robertnunnelley.com/"target="_blank">hyperlinks</<a></u><br>
and <font color="#ffff00"size="30"></font>.]]></caption>
</image>