Hi,
I'm working on the export definition for our termbase and was hoping to not only show multimedia files with the "<img>" tag but also to reference the original image using "<a>". For this to work, I would need to use the contents of the field twice, e.g.:
<img src="media/MyImage.jpg" width="75%">
->
<a href="media/MyImage.jpg"><img src="media/MyImage.jpg" width="75%"></a>
Or something along those lines.
I guess I'm looking for possible wildcards or a workaround (HTML).
Any ideas?
Thanks!