Quote:
Originally Posted by traveler212
Forgot to mention that the html code that shows (justify">) is not even anywhere in my epub file. That html code doesn't exist, which adds to the mystery.
|
KindleGen hard-codes stylesheet definitions. I.e.
text-align:justify; in the css becomes
<h1 align="justify">.
(If you want to see the source code of the compiled .mobi file, install DiapDealer's
mobiunpack Calibre plugin and unpack your compiled .mobi file with
Calibre.)
Quote:
Originally Posted by traveler212
The other strange thing is why the Kindle book opens to the Part I: Overview page to begin with given the TOC page is the start page. In the Kindle Previewer, it correctly opens to the TOC page.
|
That most likely happened because you defined your TOC both as "toc"
and "text" and you also defined the author page as "text." Usually, only the first page of the first chapter is defined as "text" (or "start").
For more information on recommended guide items see this
article.