View Single Post
Old 06-19-2012, 11:57 AM   #4
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,577
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by traveler212 View Post
But, the same html tags are not causing a problem anywhere else in the book. It's just on this page that the book opens to. And if you click on the Part I: Overview from the TOC, the header tag displays normally (bold and large font size). It's only when you open the book and when you click "go to beginning."
The "Go To Beginning" functionality is achieved by having either a Text or Start reference item in the guide section of the ePub's OPF file. If that reference item contains something like "href='somefile.html#pI'"... then it could very easily be the same issue as all other cases of "there's bits of html code showing up in my mobi when I navigate." You just can't have hrefs pointing to anchors that are IDs inside of html block elements. It will get you in trouble with MOBI files every time (they're perfectly fine in ePubs that will never be turned into MOBIs).

Also... I would highly recommend doing the conversion to MOBI yourself and uploading that to Amazon... rather than hoping their conversion of your ePub will result in an error-free MOBI.

Last edited by DiapDealer; 06-19-2012 at 12:33 PM.
DiapDealer is offline   Reply With Quote