Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

break-before CSS property does not have any effect

  • 1 reply
  • 1 has this problem
  • 9 views
  • Last reply by TyDraniu

more options

Firefox Quantum Version: 60.6.1esr (64-bit)

I am trying to force a page break before a `h3` type header title for printing an html page.

However, neither "page-break-before: always;" nor "break-before: page;" CSS properties work in Firefox.

Both of the properties work fine in Chrome. How can i force a page break in Firefox?

Firefox Quantum Version: 60.6.1esr (64-bit) I am trying to force a page break before a `h3` type header title for printing an html page. However, neither "page-break-before: always;" nor "break-before: page;" CSS properties work in Firefox. Both of the properties work fine in Chrome. How can i force a page break in Firefox?

Modified by ubersonique

All Replies (1)

more options

"break-before: page" should work since Firefox 65. "page-break-before: always" is working since Firefox 1.

I just printed this example, and got 2 pages. https://jsfiddle.net/3oeka2v1/