Skip to Content
मेन्यू
This question has been flagged
1 Reply
5716 Views

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
Discard
Best Answer

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
Discard
Related Posts Replies Views Activity
2
मार्च 24
1568
2
फ़र॰ 18
7833
1
दिस॰ 22
4007
2
दिस॰ 22
6285
0
सित॰ 22
5383