Quote:
Originally Posted by bfollowell
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;