I need to add a logo and title on the top and bottom of every page while printing.
The contents of the page is dynamic and the span/div could extend to multiple pages. The position for page break cannot be determined as the contents are in a single div or span.
I have tried adding header and footer div and tags. But the header and footer is only displayed once at the start of first page and end of the last page respectively. Is there any way to print on every page ?