I have this code:
@page { @top { content: flow(header) } @bottom { content: flow(footer) } } #divHeader { flow: static(header) } #divFooter { flow: static(footer) }
Then I have #divHeader and #divFooter HTML that can have tables and page numbering and other stuff and it all works great. However, if I try to put <img> in there, or classes with content: url(), then the images never render in the PDF.
are images not compatible with static flow like that?
@page { @top { content: flow(header) } @bottom { content: flow(footer) } } #divHeader { flow: static(header) } #divFooter { flow: static(footer) }
Then I have #divHeader and #divFooter HTML that can have tables and page numbering and other stuff and it all works great. However, if I try to put <img> in there, or classes with content: url(), then the images never render in the PDF.
are images not compatible with static flow like that?
