[web2py] Re: print landscape

2016-03-23 Thread lucas
the only way i found that works everywhere was to essentially rotate the entire print by 90degrees. on the screen i show it normal, but on the way to the print, i rotate it as in: @media print { div#page { position: relative; height: 900px; width: 710px; margin: auto; padding: 0px; font: 9

[web2py] Re: print landscape

2016-02-01 Thread Niphlod
http://stackoverflow.com/questions/138422/landscape-printing-from-html On Sunday, January 31, 2016 at 9:53:47 PM UTC+1, lucas wrote: > > is there anyway to direct the printer to print the webpage in landscape > using only HTML, CSS, and/or jQuery, native to our current version of > web2py v2.12