Tuesday, July 14, 2009

HTML: Is there a way to program a web page to print in landscape automatically?

I have a table on my webpage that I designed to be able to print off easily. The problem is that it fits much better when you print in %26quot;landscape%26quot; in page set-up. Is there a way that you can program the page to print %26quot;sideways%26quot; or to automatically print the page in landscape? Thanks.



HTML: Is there a way to program a web page to print in landscape automatically?





%26lt;style type=%26quot;text/css%26quot; media=%26quot;print%26quot;%26gt;



@page port {size: portrait;}



@page land {size: landscape;}



.portrait {page: port;}



.landscape {page: land;}



%26lt;/style%26gt;



also it would not be programming - it would be editing./writing



program = tells a computer WHAT to do (not how it looks)

No comments:

Post a Comment