跳至內容
選單
此問題已被標幟
1 回覆
5732 瀏覽次數

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
1580
2
2月 18
7850
1
12月 22
4015
2
12月 22
6296
0
9月 22
5395