Forum Moderators: not2easy
I realize that outputing to a pdf would be safest, but I want to have a go first at just printing the html page.
This is a web application, and this section I'm on now is for the printing of bank checks.
Issues:
a)on the first 2/3's of the page there will be stuff relating to the check payment
b) on the bottom section (pre-printed stationery) is the actual tear of check. I need, I think, to have two separate Divs - one for the first section and another for the check part. BUT, I need the check part to sit at the *very* bottom of the page - with zero margin etc.
So, question is, what CSS is suggested to always ensure that Div is positioned at the very bottom of the page - with the major browsers, or IE and Firefox at least?
Also, is there any way with javascript to set the printer page settings so as I can achieve absolute minimum bottom page margin?
And print page settings (like page margins) are controlled by the user. Printers themselves have a limit as to how close they can print to the side of a sheet, and it varies per printer.