Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing asp/html page in landscape with a table

Status
Not open for further replies.

adelony

Technical User
Jul 15, 2005
1
US
I am a beginner! I found this code to print my page in landscape. It works great, but when I insert a table in my page, the table prints in portrait. Can someone help??

<style type="text/css" media="print">
@page {size:landscape}
table {PAGE: landscape;}
html div.landscape {writing-mode:tb-rl; height:90%; margin:10%}
</style>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top