Header & Footer on each page

Is there a way to get Header & Footer on each page, if the quotation or invoice is more than 1 page and there are several items.

Note: Header & Footer are used as an img file, if the items are several than the footer is moving to the next page.

Kindly advice!

I know of three options:

  1. Split the header table that contains the logo, business details and description from the main table. Only the main table should have <thead> and the main table column headers in <th> tags. This only the main table headers will repeat.

  2. Redesign the theme to remove all nested tables before main table column headers. The entire thing from the beginning untill the column headers should be inside <th> tags which are inside the <thead>. This will give you all the headers but this is much more difficult to format.

  3. Use advanced CSS styles to control fixed attributes and how should they be printed.

Just be warned that any themes like this will render the PDF button completely useless.

2 Likes

@Ealfardan thank you very much, will check with coder to work further…