cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Page break in compensation statemet

anuragchuri1
Explorer
0 Likes
701

Hello,

The page break tag <br> </br> is not working the in SuccessFactors compensation management statement XML. We also tried other ways to do the same (mentioned below) but nothing seems to be working.

<div style="page-break-before: always;">

<p style="page-break-after: always;"> </p><p style="page-break-before: always;"> </p>

Kindly suggest.

Thanks.

View Entire Topic
xavierlegarrec
Product and Topic Expert
Product and Topic Expert
0 Likes

additional link if it can be useful : instead of trying to add "unreliable" page breaks, try to restructure the statement content : https://blogs.sap.com/2020/09/12/making-your-standard-compensation-statement-always-fit-on-one-page/

I pinged our expert with your question too and he confirmed what Phil mentioned that page break like you have them work but he would need to check how you structure your entire html layout. He thinks the reason it is not working is most likely that you have the break tag placed within a table that can't split.