Notes: Css Pdf

<div class="page-header">My PDF Report | Chapter 1</div> body counter-reset: chapter section;

/* Orphan/widow control / p orphans: 3; / min lines at bottom of page / widows: 2; / min lines at top of page */ css pdf notes

@media print body font-size: 11pt; /* pt recommended for print */ line-height: 1.4; .no-print display: none; My PDF Report | Chapter 1&lt

Control where content splits across pages. body counter-reset: chapter section

a[href^="#"] content: " (page " target-counter(attr(href), page) ")";

h2 page-break-after: avoid;

h1 counter-increment: chapter; counter-reset: section;