Printing Page in Landscape Orientation

Discussion in 'CSS' started by garylee, Nov 7, 2006.

  1. #1
    Hi CSS Gurus,

    I need your help urgently as my company needs a printed out report in Landscape Orientation instead of Portrait. I have successfully converted all the BODY Text into landscape by using the below css code:
    <STYLE type=text/css media=print>

    .page {WRITING-MODE: tb-rl; HEIGHT: 80%}

    </style>


    Unfortunately, I failed to convert the <object> #*$!x </object> into Landscape. Could someone please help me to solve the <object> tag from Portrait mode to Landscape?

    You can view my souce code at:
    http://www.garylee.org/print/aboutus.html

    or you can download the zip file at:
    http://www.garylee.org/print/landscape.zip

    or you can download my attachment below

    Look at my website with your IE BROWSER in "Print Preview" to get my point.

    Thank you so much,
    GaRy
     

    Attached Files:

    garylee, Nov 7, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    In your browser, go to print set up and click on landscape. This is a browser issue. It is up to the user and his UA to determine which format in which to print.

    cheers,

    gary
     
    kk5st, Nov 7, 2006 IP