I want to repeat particular div on each page.I have tried css by doing position:fixed in media query,But it creates design issue.Can you please suggest me any method of jsprintsetup so that i can accomplish this task.
jsPrintSetup can't print HTML in page header and footer, because Firefox doesn't support it.
You can try with CSS. I think that it is possible to repeat header on each page.
Hello,
I want to repeat particular div on each page.I have tried css by doing position:fixed in media query,But it creates design issue.Can you please suggest me any method of jsprintsetup so that i can accomplish this task.