I am fiddling around with a PDF generator API that renders a PDF from a HTML Page. I am able to split my content into two pages, and render the PDF. But margins and margin content like page numbers are not working. To test I added the following to the custom code head section of my page:
Do you see the css on the page or not (when inspecting the HTML with Chrome devtools)? Trying to know if this is a header load problem or a css load problem.
Is the script loading correctly?