View Single Post
Old 07-16-2021, 07:32 PM   #16
MicroDrie
Connoisseur
MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.
 
Posts: 58
Karma: 438844
Join Date: Aug 2019
Device: PC, Linux Mint, Tablet, and Telephone
It is a misunderstanding that an HTML program can simply be converted to an Epub format. Apart from the fact that some HTML commands don't work in an Epub, you also have to take into account a fixed format conform the following rules:
  1. All HTML files are in a fixed sub directory Text,
  2. All the css files belong in the Styles sub directory,
  3. All images in the Images sub directory and
  4. All js files in the sub directory Misc.

Your Epub does not comply with rules 2 and 4. After the necessary corrections, the images will be displayed.
MicroDrie is offline   Reply With Quote