Unfortunately, not all browsers support the @page CSS syntax to force landscape printing. There are ways around this, however.
Opera, and Firefox (I believe, although I've tested neither) do support the @page syntax:
Code:
@page {
size: landscape;
}
But for IE, hacks are needed. I found this neat article at http://web.tampabay.rr.com/bmerkey/examples/landscape-test.html which shows a way to fool IE into printing in landscape.
There is also some interesting information here about printing using CSS:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.