page-break-before:always breaks the pdf?
As part of my quest to get bigger images, I'm getting some weird page breaks.
I tried simply adding
h3.stepTitle {
page-break-before: always;
}
But the pdf generation fails. HTML looks fine.
Ideas?
Some overlapping page-break-inside: avoid maybe?
Is this a good question?