View Single Post
Old 01-04-2012, 02:28 AM   #3
AlexBell
Wizard
AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.
 
AlexBell's Avatar
 
Posts: 3,413
Karma: 13369310
Join Date: May 2008
Location: Launceston, Tasmania
Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet
Thanks, Dwanthy, I appreciate you taking the trouble to give me this information. But I'm afraid I'm not sure if this is the problem

Most of my chapters etc are in a div.section. This is the CSS for them

div.section {
margin: 0;
padding: 1em 0 0 0;
page-break-after: always;
} /* Sets top margin and page break for preface and chapters. */
div.section h2 { line-height: 120%; }

As you can see I use page-break-after: always;

I will experiment with page-break-after: auto; and see if that helps.

PS. Could you comment on the benefits of using iPad as a conversion output format please? I just use the same ePub format for an iPad as I use for my Sony.

Last edited by AlexBell; 01-04-2012 at 02:32 AM. Reason: Added PS
AlexBell is offline   Reply With Quote