I am creating a pdf in salesforce and It displays a bulk data in 6 to 7 pages. My problem is, I am trying to display the page number on each page. But, instead, page number appears only in the last page. I am sure my logic is working fine but i am unsure about the
CSS. The CSS I am using is,
CSS :
page no
I have changed it to bottom: 0px; but still its not working. This is my entire code for displaying page number.
page {!p} of {!pageList.size}
Thanks for your reply. My code looks like this.
page {!p} of {!pageList.size}
I dont know what's wrong in this code.
My output is
page {1,2,3,4,5,6,7} of 7. page number overlaps each other and displays it at the end.