Export to GitHub

hartija - issue #3

Preventing page breaks after headings


Posted on Jul 28, 2009 by Grumpy Cat

Have you thought about adding the following line? What do you think about it?

h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

Comment #1

Posted on Jul 29, 2009 by Quick Kangaroo

I could add it in the next version of the framework, something like h1,h2,h3,h4,h5,h6 { page-break-after:avoid; page-break-inside: avoid; }

Thanks for the suggestion

Status: Accepted

Labels:
Type-Defect Priority-Medium