Re: [WSG] Keep all content to a single page using CSS for printing?

2005-10-11 Thread John Allsopp
Is it possible to keep all content to a single page using CSS for printing? body {font-size: 1px} in a print style sheet ought to do it most of the time :-) john John Allsopp style master :: css editor :: http://westciv.com/style_master support forum :: http://support.westciv.com blog ::

RE: [WSG] Keep all content to a single page using CSS for printing?

2005-10-11 Thread Focas, Grant
Is it possible to keep all content to a single page using CSS for printing? Not to my knowledge. You can maximise the chances of it happening by setting the font-size, padding, margins (margins can be negative) and line-height of elements. But ultimately the amount of content in a page will

Re: [WSG] Keep all content to a single page using CSS for printing?

2005-10-11 Thread Christian Montoya
Use this: printer {paper-select: xx-long;}And you can use the * usb hack for epson printers, since they don't like the xx-long property. I hate pedantic clients. -- - C Montoya rdpdesign.com ... liquid.rdpdesign.com ... montoya.rdpdesign.com

Re: [WSG] Keep all content to a single page using CSS for printing?

2005-10-11 Thread Christian Montoya
Now for the honest answer, try removing anything on the page that isn't needed. Just print the actual content, and yes, make it small.