View Single Post
Old 11-19-2015, 11:43 AM   #4
JoseWriter
Member
JoseWriter began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Sep 2011
Device: Nook, Kindle, iPad
Quote:
Originally Posted by Doitsu View Post
Maybe the last file got corrupted during the export and contains invisible control characters that Kindlegen and the Nook Rendering engine ignore.

It couldn't hurt to check the end of the last .xhtml file in the book for invisible control characters with a hex editor (e.g. XV32). (You should only see 0A or 0D0A for line breaks and 20 for spaces.)
Doitsu, that was not the exact solution, but you did cause me to go and examine the last file in the epub. What I found was several hundred of these, following the final text and image on the last page:

<div class="_idGenObjectLayout-1">
<div id="_idContainer176" class="_idGenObjectStyleOverride-1">
</div>
</div>

They just went on and on, from idContainer176 to 400+. I deleted them with Oxygen epub editor, and the new file looks great on the ipad. Thanks so much!
Jose
JoseWriter is offline   Reply With Quote