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?)