Page break in layout

Hi there

Is there any dash command that incorporates invisible “page breaks”

I have multiples plots that are shown nicely in the browser. now I want to print the report, but i cannot find the command to include page breaks. I am not an expert in html, but I am amazed with dash

I found myself the answer in case anyone wonders :smiley:

It’s done via CSS by adding in styles at the end of the object
styles = {page-break-before: always}