Quote:
Originally Posted by Toxaris
I cannot say how those readers will actually show the ePUB or the images, but images in an ePUB are not exactly rocketscience and both the Sigil editor and Calibre editor have tools to help you more.
Now, since I am the most experienced in the Sigil editor, I will use that as example. What is important to know, is that Sigil enforces a certain internal folder structure. When you open an ePUB in Sigil, the files are moved to that folder structure. For images that folder will be '/Images'. Notice the capital I. In that folder the images are stored and organized. Images must be added to the ePUB! They are stored inside the ePUB.
A link to an image is structured like this:
Code:
<img src="../Image/example.jpg" alt="picture of an example" />
There is also a button that will insert an image you select at the location of the cursor with the correct coding.
This way images will/should show on all readers and reading programs.
|
Thank you! Images are all in the correct places with correct paths.
It turned out that because Sigil modifies the structure, the Windows version of AlReader can't find them.