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
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