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
Look at my website with your IE browser in "Print Preview" to get my point.
Thank you so much,
GaRy