Quote:
Originally Posted by Doitsu
AFAIK, break-before is a CSS3 property that is not supported by ADE and other older readers. Try page-break-before: always; instead.
|
This worked thanks. I thought I read somewhere that there were problems using page-break-before and had to be used in conjunction with page-break-after??
Quote:
Sigil cannot generate TOC entries from <p> tags, you'll have to (temporarily) change them to <h1> heading tags.
|
I'm not sure what you mean by "temporarily" how I could do this?