How to break a div between pages?

Hi!

The variable is placed in the Box (div) and sometimes the variable has a lot of information and the div goes beyond the page boundaries.
How can I solve this?div_break

Andris

Hi Andris,

Unfortunately this is currently not supported. I guess you need the colored background, correct?

Erik

Hi Erik,

I just highlighted the background to make it more visible.
I need text from one page to another.

Andris

1 Like

In case you don’t need the colored background my advise would be put the content in <p> element rather than a <div>. Or altertively use an <article> element.