page-break using CSS
The ANDY theme page break doesn't work
I have found this CSS
@media print {
h2 {
page-break-before: always;
}
So when I want a page break <h2> should do the trick but which CSS page needs to be changed?
Many thanks
Howard
I have found this CSS
@media print {
h2 {
page-break-before: always;
}
So when I want a page break <h2> should do the trick but which CSS page needs to be changed?
Many thanks
Howard

