Sigil as an editing tool
I have converted an odt file to epub with calibre.
I still have one small problem, I would like to know how to edit/correct by myself using Sigil.
Question: How to center a small image?
In the attached file, I have for example a small image stuck to the left of the screen in
index_split_000.xhtml -only one page, you can't miss it
Kovid said in one post : " most epub viewers dont resize images to fit in the viewable area. calibre's epub viewer just got that feature recently. As for centering a more robust way to do it is
Code:
<div style="text-align:center">
<img>
I don't understand a single word. Could please somebody center this image so that I can copy the code and reuse it later?