I have a little table i want to insert at the bottom of each page when i print.
How do i do that ? (ie : work out when the page is going to cut off so that i can enter it).
This form that i am printing will never be the same size, it has loops in it that read data from a database, so it will change length (and amount of pages), depending on the info from the database.
I am using a {page-break-before: auto} when i want the page to break if that certain table cannot fit onto the page.
thanx.
How do i do that ? (ie : work out when the page is going to cut off so that i can enter it).
This form that i am printing will never be the same size, it has loops in it that read data from a database, so it will change length (and amount of pages), depending on the info from the database.
I am using a {page-break-before: auto} when i want the page to break if that certain table cannot fit onto the page.
thanx.