Report Formatting - How to have article title repeat on subsequent pages

I am using the report to export my notes to make it easier for me to work with. Some of my items have lots of notes that cause the entries to spread to multiple pages. How can I have the item name repeat as a header on the pages that the notes are for? I am already using the page break formatting code.

li.item:not(:first-child) {
page-break-before: always;
}

This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.

Sign In or Register to comment.