Quote:
Originally Posted by arspr
Could it be also related to margins/padding? Could you check in the epub code if your books have margins in boby, div (if exists) or p?
(I ask for this because I always kill them in my sideloaded books).
|
I'm not very good at epub coding, so not sure if this will answer your question...checked out the code in one of my books in Calibre's ebook editor. It has references to a stylesheet in the < p > codes that refers to the following:
.calibre21 {
display: block;
text-align: justify;
text-indent: 1em;
margin: 0
Does that answer your question?