Positioning for print

admin

Administrator
Staff member
I am building a invoice report from an XML file and converting it to XHTML to display it. What I need to know is, how can I guarantee that certain info is always printed at the bottom of the page.

The invoice is dynamic and can sometimes have pages of notes, or service items and when it gets printed, I always need the totals section to print on the bottom of the page even if it is the only thing on the last page. So how can I do this using CSS (absolute/relative positioning) or Javascript?

Thank you for any help with this.
 
Back
Top