Here's what's in the content.opf file:
<guide>
<reference href="Text/cover.xhtml" title="Cover" type="cover" />
<reference href="Text/toc.xhtml" title="Table Of Contents" type="toc" />
<reference href="Text/toc.xhtml" title="Start" type="text" />
<reference href="Text/author.xhtml" title="Text" type="text" />
</guide>
Ironically, in the Kindle Previewer that you download to your computer, my eBook opens to the TOC page (which is what it's coded to do). And in the Kindle Previewer, this error doesn't show up.
However, on a real Kindle when the book is purchased and downloaded, the book opens up to the Part I: Overview page. Not sure why.
Here's the html code on the Part I: Overview page:
<body>
<h2 id="pI">Part I: Overview</h2>
the header tags are used the same throughout the eBook without any other problems (Part II, Part III, etc.). It's just that Part I: Overview page that has the bit of html code:
justify">Part I: Overview
And, if I access that Part I: Overview page from the TOC, it displays without any errors. And if I page forward or page back to that Part I: Overview page, it also doesn't display any errors.
When viewing it on the iPad (Kindle app), the html code doesn't show. However, the Part I: Overview is in regular font size and isn't bolded, when it should be in <h2> size. However, as when viewing it on a regular Kindle reader, when you access the Part I: Overview page from the TOC on an iPad, it displays normally. Same as when you page forward or page back to the Part I: Overview page.
|