that's not what I meant.
here is my situation:
I have a dynamic page generated thru PHP + MySQL. When I print this page, sometimes it needs only a single A4 paper size and sometimes it needs 2,3 or more papers.
The problem is, I made a page footer that stick to the bottom of the page using CSS. It works fine when I only print 1 page, the footer stick to the bottom of the page (that I printed).
But, when my page contains more than 1 page, the footer will be printed on every single page and overlapped with the text on that page.
What I want is the footer only printed on the bottom of the last page that I print.
Any solution? Hint? Hack?
Anyway, thanks for helping.