Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PLSQL Dynamic Content HTML report body and footer overlap

Rakshith Gowda KAug 29 2024

I was trying to print footer with every page. I was able to do it with

@media print {

       footer {   
            position:fixed;     
       }  

}.

But the body and footer is overlapping. I tried to add margin: 20px; margin only apply to side not to bottom. Anybody know the solution?

Comments
Post Details
Added on Aug 29 2024
0 comments
238 views