Quote:
Originally Posted by John123
In the CSS style sheet the p class Chapter Number has as one of its entries:
{
break-before:page;
}
But in ADE, KindlePreviewer and Calibre the Chapter Number doesn't start a new page.
|
AFAIK,
break-before is a CSS3 property that is not supported by ADE and other older readers. Try
page-break-before: always; instead.
Quote:
Originally Posted by John123
Also, how do I get Sigil to recognise TOC entries from the p class Chapter Number?
|
Sigil cannot generate TOC entries from <p> tags, you'll have to (temporarily) change them to <h1> heading tags.