Making browser default to landscape mode

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Claus Mygind
    Contributor
    • Mar 2008
    • 571

    Making browser default to landscape mode

    For my intranet web app we use exclusively FireFox as our browser. I have a report I want to format in the landscape mode and would like to include that code in the print button I display for the user.

    If it is possible could you please show some sample code?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    I have a report I want to format in the landscape mode and would like to include that code in the print button I display for the user.
    what does that mean?

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      For printing, it's usually best to use print stylesheets (media is print). That way there's no need for any printer-friendly pages - you just style it using CSS.

      Comment

      Working...