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?
Andris
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?
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
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.