page-break using CSS

Post Reply
HowardB
Sr. Bludit
Posts: 42
Joined: Sat Jun 04, 2022 1:31 pm
Been thanked: 2 times

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
User avatar
Edi
Site Admin
Posts: 3131
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 81 times
Been thanked: 121 times
Contact:

This is the CSS for a page-break before every title (h2), if the content is printed.

What do you mean with CSS page?
clickwork.ch, digitale Projekte
Bludit-Tipps, Erklärungen und Anleitungen
Post Reply