Hi Eden,
what I can tell you is, that your image isn’t part of a paragraph. Here’s an example:
<p class=”inlineobjekt”><span class=”bildinlineobjekt”><img alt=”Rath_Ackermann.jpg” class=”bildinlineobjekt” src=”../Images/Rath_Ackermann.jpg” /></span></p>
The important thing is the p class.
with the corresponding CSS:
p.inlineobjekt {
font-family: serif;
line-height: 1.19em;
font-size: 0.88em;
margin-bottom: 2.00em;
margin-top: 2.00em;
text-indent: 0.00em;
margin-right: 0.00em;
margin-left: 0.00em;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
width: auto;
}
Here some good sources:
Liz Castro with her book about ePub:
https://www.pigsgourdsandwikis.com/
Cari Jansen has a lot of tipps too:
https://carijansen.com/
For editing an ePub-file try sigil:
https://code.google.com/p/sigil/
Hoping all the links are working. If not, send me an email j.pannier@synp.net
Jeldrik