Quote:
Originally Posted by Sirtel
If you want to use a p tag for chapter headings instead of h, then specify in the css that the page must break before that tag. For example:
.calibre11 {
page-break-before: always}
|
IMHO, it's better to just split the HTML where the page break is wanted.