StuckInTheMiddle
Programmer
I have a simple problem, which i thought had a simple solution. Use CSS to set the page output when printed to be landscape as below.
BODY {
Size: 8.5in 11in landscape;
Margin: 0.25in; }
But this doesnt appear to work for me, ive tried it in both IE6 or Netscape 7. Several online sources say it should so i was wondering does anysee anything i am doing wrong. Ive dried saying 11in 8.5in and with landscape and also the @PAGE directive too, with no joy.
Any help appreciated, i cant be this hard to print something in Landscape!
(The more ASP.NET I do, the more Javascript I find myself using)
BODY {
Size: 8.5in 11in landscape;
Margin: 0.25in; }
But this doesnt appear to work for me, ive tried it in both IE6 or Netscape 7. Several online sources say it should so i was wondering does anysee anything i am doing wrong. Ive dried saying 11in 8.5in and with landscape and also the @PAGE directive too, with no joy.
Any help appreciated, i cant be this hard to print something in Landscape!
(The more ASP.NET I do, the more Javascript I find myself using)