vikrambalye / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

When using Headers & Footer the content for page 2 is behind header image?? #367

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am having the following issue:

I am using headers & footers both of which have images.  My PDF spans over 2 
pages.  Its a table that actually spans over the 2 pages, it actually works 
fine, but on page 2 the data is hiding behind the header(image).

I am using script inline to add header via open object.  Then I am loading html 
and streaming to page.

Oh yes I am  using version 0.5.2

Thanks
Abz

Original issue reported on code.google.com by babookha...@gmail.com on 19 Oct 2011 at 10:11

GoogleCodeExporter commented 9 years ago
You could define the body margin to be larger than the header. Body margins 
affect HTML content but not content created through inline script.

Original comment by eclecticgeek on 20 Oct 2011 at 3:46

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00