Place Image Captions Below Images
Posted: Wed Mar 02, 2016 9:41 am
Hello,
I am using oXygenXML Editor v17.0, build 2015043018.
When I generate a webhelp out, the figure title appears above the image. Is there way to move the image title below the image without editing the dita2htmlImpl.xsl file. I would prefer not edit the default XSL files.
And (Possibly a stupid question) Can this be done using CSS?
I am using oXygenXML Editor v17.0, build 2015043018.
Code: Select all
<fig id="fig_cxh_nbl_ks">
<title>Image Title</title>
<image href="image-file-name.png"
id="image_dxh_nbl_ks">
<alt>Image Alt</alt>
</image>
</fig>
And (Possibly a stupid question) Can this be done using CSS?