We have a printer-friendly version of a web page that we want to print. The problem is we want it to print on a 4″*6″ size paper by default.
Is this possible?
We have a printer-friendly version of a web page that we want to print. The problem is we want it to print on a 4″*6″ size paper by default.
Is this possible?
What you could try is to put everything in a div with certain width, given in
mm
orin
. Printing this will not select a certain paper size, but it will guarantee to fit, widthwise that is.You can set Paper size using
CSS
: