Hi everyone,
I’m working on a custom print format in Frappe where I am using:
-
Custom Letter Head
-
header-html -
footer-html
My goal is to repeat the header and footer on every page.
Issue
I am facing an issue where there is unexpected gap/space:
-
Between header and body
-
Between body and footer
Even though my HTML does not have extra margin/padding.
Expected Result
Header and footer should align tightly with the content without extra spacing.
Any help or working example would be appreciated!
Thanks in advance ![]()