跳至内容
菜单
此问题已终结
1 回复
5717 查看

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

形象
丢弃
最佳答案

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!


形象
丢弃
相关帖文 回复 查看 活动
2
3月 24
1568
2
2月 18
7833
1
12月 22
4008
2
12月 22
6287
0
9月 22
5383