Basically, I want to avoid having a H2 heading towards the very bottom of a page; if its above "the fold" then Im happy for it to stay on the same page as previous.
Ive configured:
Code: Select all
@media print
{
h2
{
page-break-before: always;
}
}
cheers
pete