Hi all,
I have images I dragged and dropped images that look like this in the code editor,
<ac:image>
<ri:attachment ri:filename="icon_blue_chartObj_job.png"/>
</ac:image>
and I want to add a tooltip on hover. In the html this would be <img title="xxxxx" ....
I read in the doc that you can use an <ac:title> link, but I don't see how this fits in with the image syntax above, and I couldn't find any examples.
Thank you
When you insert an image, there is a title tab in the macro dialog where you can enter a title (and alt text). The resulting storage code is:
<ac:image ac:alt="Test Title" ac:height="83" ac:thumbnail="true" ac:title="Test Title">
<ri:attachment ri:image.jpg">
<ri:page ri:content-title="XXXXX"/>
</ri:attachment>
</ac:image>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.