Quote:
Originally Posted by Poltem
I did a docx to Epub conversion, and I found many blank pages and page jumps in the converted file. The docx source had been cleaned of all page and section breaks. Could anyone tell me how to get rid of these unwanted pages and page breaks? Thanks.
|
Check the margins for the applicable classes in the CSS file to make sure the bottom margin is not resulting in added blank space at the end of each html file.
Also, check the applicable classes in the CSS file for any "height" lines, which I've seen cause page breaks. When this happens, I usually delete the height line(s) in the CSS file.