Quote:
Originally Posted by HarryT
When I create Mobi books, I always force a pagebreak by adding the Mobi-specific: "<mbp  agebreak> tag to the file.
I notice, however, that when I convert LIT books to Mobi, they come out with hard page breaks at the start of chapters without doing this. What other methods are there of forcing a pagebreak in a Mobi book? Anyone know?
|
If you're using Mobipocket Creator, you can use CSS styles like:
<style type="text/css">
h1 { text-indent: 0; text-align: center; page-break-before: always }
</style>
The page-break-before: always gets converted into the Mobi-specific code by Mobipocket Creator.