fixed page orientation for printing ...
hello world,
I would like to forced the automatic printing of any pages in landscape orientation ... yes i think it's possible ! In CSS2 reference there is specified that printing properties can be defined in an html page (cf http://hepax6.rl.ac.uk/DELPHI/Adye/blooberry/indexdot/css/properties/print/size.htm )
After many tries no success always in portrait ...
if someone has already used this property, tell me how shall i do..
thx
detox posted this at 03:20 — 31st October 2001.
They have: 571 posts
Joined: Feb 2001
When I first needed to print off a web page I went to this page. It shows you how to orient the page into landscape by using @page.
here is the link
walouh posted this at 07:36 — 31st October 2001.
They have: 15 posts
Joined: Jan 2001
I have found same specifications on w3.org but it don't works on my machine.
code :
@page ldsc { size:landscape }
div.TEST { page:ldsc }
[...]
I have tried with many other HTML elements, no way ...
Do you have tried this before ?
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.