Hi all,
I am trying to print the footer on all the pages including the page number but didn't find any solution. I tried using #footer { position: fixed; bottom: 0; }, body content is overlapping with footer.
Looking forward to your reply.
Thanks
Hey @Nannu ,
Can you please share what exactly you did? or if shared an OML, that will be good.
Hi Amol ,
Sorry, I can not share my OML due to privacy. Basically I am trying to print long form and I need to print some information in the footer of every single page. So as I mentioned in my original post I was able to print the footer on all pages but it is overlapping with the body content.
Thank you for your time.
Hello Nannu,
I can understand it.
You can try @media print{ } to give some CSS for printing.
You can set margin or height in vh for your page, so it will not go beyond your footer area.
Something like :
If this doesn't work, You can try to share separate OML with this specific code.
Hi Amol please see attached OML.
Thanks.
I have also tried all the possible ways, but no success :-(