View Single Post
Old 12-23-2010, 03:56 PM   #4
Danger
Evangelist
Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.
 
Danger's Avatar
 
Posts: 490
Karma: 1665031
Join Date: Nov 2010
Location: Vancouver Island, Nanaimo
Device: K2 (retired), Kobo Touch (passed to the wife), KGlo, Galaxy TabPro
Quote:
Originally Posted by bfollowell View Post
Even though there isn't a page-break, each chapter is setup as a separate html file..
- Byron
I just checked this. If the chapters are separate html files you will get page-breaks for the beginning of each chapter regardless of the fact you didn't specify a page-break in the css. If you don't want page-breaks you'll have to have all the chapters in one html file.

There might be something else you can do but I don't have more time to experiment. You could try playing around with any of the following:
page-break-inside: avoid;
page-break-after: avoid;
page-break-before: avoid;
Danger is offline   Reply With Quote