i'm wanting to print landscape... preferably without using JavaScript.
i've heard rumors around the interweb's tubes that this is possible with CSS but have not found any conformation.
the main suggestion is
HTML Code:
@page { size: landscape; }
but that has been said to only work in opera.
any thoughts?