I posted too soon!
I just read another post stating that Calibre doesn't recognize page breaks in MOBI and to try in the Kindle for PC program. I did and the page breaks are working well.
However there is one other issue.
For some reason my headings are not centering correctly on the Title Page (after the cover). This is only happening in the MOBI file.
Here is the code in my HTML file:
<h1><span class="title">Title goes here</span><br />
<span class="author">by<br />
F.M. Author</span></h1>
Here is my EXTRA CSS:
body { margin: 0; }
p {margin-top: 0pt; margin-bottom: 0pt; padding: 0pt; text-indent: 15pt; text-align: justify;}
h1 { text-align: center; padding: 40pt 0 40pt 0; font-weight: 600; }
.title { font-size: xx-large; }
.author { font-size: large; }
h2 {text-align: center; font-weight: 600; font-size: x-large; padding: 40pt 0 40pt 0; page-break-before: always;}
Any help would be appreciated. The title is off center for some reason.
|