I am using a table to create a footer on every page (works in Firefox, that\'s enough).
A JS Fiddle: https://jsfiddle.net/j9k2xzze/
(right click on the outpu
Hi I just added the following media query to your CSS. And it WORKS
@media print { #footer { position: absolute; bottom: 0; } }
Check the following fiddle
https://jsfiddle.net/jjsqgaza/