Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
5764 Vues

Hello everyone...

Please I am trying to make a page break so that each line of the sales order is on a page,
 any suggestions?

Already tried:

 <p style = "page-break-before: always;"> </p>
 <p style = "page-break-after: always;"> </p>
At the end of the loop and initial too

Avatar
Ignorer
Meilleure réponse

Did you have content inside the <p> tag of the two you mentioned? Try by adding some contents. 

You should also try one of these tags and have some contents inside the <p> tag:

<div style="page-break-after: auto;"><span style="display: none;"> </span></div>

<p style="page-break-inside: avoid"></p>

<div style="page-break-inside: auto"></div>

I hope one of the works!


Avatar
Ignorer
Publications associées Réponses Vues Activité
2
mars 24
1600
2
févr. 18
7878
1
déc. 22
4038
2
déc. 22
6346
0
sept. 22
5437