Hi,
Guido Henkel's idea implemented here in a slightly different way using
writer2xhtml and
Sigil - in French -. It's about underlining a h2 title with an ornament.
https://www.mobileread.com/forums/sho...&postcount=147
1. In your odt file, insert image under the
first h2 title, anchored to paragraph, without border, 30% size
2.
Once your odt file has been converted to EPUB, open the EPUB with Sigil and insert the 30 remaining images using this Regex (all html files). It looks complex but in fact you just have to copy the code that writer2xhtml wrote for you for the first image...
Search </h2>
Replace</h2><div style="text-align:center"><img alt="images3" class="frameGraphics" id="images3graphic" src="../Images/image003.png" style="width:30%" /></div>
3. Then you adjust the lower margin of the ornament on the main style sheet (here: margin-bottom:
1em)
You can adjust in the same way, the h2 margin-bottom if need be.