Forum How do I...?

PDF is always one page? (when it should be more)

nehalem
Hi all,
When I use prince to process a page, it does it flawlessly but only does one page. There should be at least three pages but it does one page every time (dropping off the remainder stuff).

Now I've noticed it only happens when I include our main css file, otherwise it will do all the pages (but not look very good).

Does anyone have a clue how a css file would stop prince from doing more than one page?
mikeday
Probably the CSS file places the entire page content inside an absolutely positioned block, which at the moment Prince cannot split over more than one page.
nehalem
I was hoping it was something simple like that. Since we aren't supporting IE 6 anymore we don't have to use this hack with an absolute positioned div.

Thanks!