Fixed Footer Position for Custom HTML Print Format

I’m facing a problem to fix the Footer at Fixed Position for Print Format.

Wondering if anyone have any example to fixed the footer at every page.

Add html code with an alignment style.

mind to share some example ? because I try to do it, the footer appear, however it cannot appear at the fix locations, it will be dynamic by following the item rows…

This worked for me on A4. Put code below at the top of your HTML code.

<span style="position:absolute; top:1220px;">My footer text</span>

It doesn’t look good in preview though.

1 Like