Ditto Karellen.
Just a couple quick comments about your example code… no particular order or priority.
I’m sure it’s just a typo, but you need to close out the </figure> after your </figcaption>.
Your css isn’t letting it pagebreak anywhere. Since these are just suggestions to the render (avoid if possible) it will break out at some point but you aren’t giving it anywhere you prefer to breakout, so it’ll just go wherever.
Since you are using ePub3, you may be able to use some of the more advanced layout options available with display:flex if you want to use text with a small graphic, or just use svg wrapper for a full page image.
|