Click to See Complete Forum and Search --> : FOrce printing a page to LANDSCAPE and preset the TEXT SIZE??


cakeday
07-07-2003, 01:58 PM
When a user tries to print a given page, is there a way to force the PAGE SETUP to LANDSCAPE and at the same time have the TEXT SIZE = smallest(or whatever..)


I tried using
<PAGESIZE ORIENTATION="landscape">.
but it doesn't seem to work..=(

Any help is highly appreciated..

thank you in advance!!

Jona
07-07-2003, 03:33 PM
Perhaps you are looking for the CSS2 @page rule's size (http://www.w3.org/TR/CSS2/page.html#propdef-size).

[J]ona