Make tile image link to a topicref
Posted: Mon Jun 21, 2021 10:21 pm
Hi,
I wanted to insert an image above the links in the tile TOC and followed this guide:
https://www.oxygenxml.com/doc/versions/ ... =topicmeta
The method I chose was editing the ditamap and inserting:
This worked perfectly - however I would like to make the image clickable and link to the same topicref as the tile title. How can I achieve this?
Thank you so much.
I wanted to insert an image above the links in the tile TOC and followed this guide:
https://www.oxygenxml.com/doc/versions/ ... =topicmeta
The method I chose was editing the ditamap and inserting:
Code: Select all
<topicmeta>
<data name="wh-tile">
<data name="image" href="img/tile-image.png" format="png">
<data name="attr-width" value="64"/>
<data name="attr-height" value="64"/>
</data>
</data>
</topicmeta>
Thank you so much.