View Single Post
Old 04-11-2017, 05:18 PM   #186
HowlerX
Enthusiast
HowlerX began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Aug 2016
Device: Kindle Voyage
Annoying quirk discovered with the plug-in. Some epubs use a soft page break CSS:
Code:
.pageBreak {page-break-before: always;}
This plug-in will then move everything (text, etc.) that shows up after the page break at the very top of the new page disregarding any rules or spacing. For example, the text after my page break has a "margin-top: 25%" centered text but instead it shows up at the very top of the page. Kindle Previewer handles it fine btw, but it's one of those books that replaces double quotation marks with the weird symbols. (Any idea how I can fix these books in calibre, btw?)
HowlerX is offline   Reply With Quote