freetorn2002 (AT) yahoo (DOT) ca (viki) wrote in message news:<deb17ac9.0408011720.6595be6 (AT) posting (DOT) google.com>...
Quote:
I also want to make the users to print the webpages in
landscape.
I read that there is way to do in css.
can anybody help me with this. |
This is what you read about
:
@page { size: landscape; }
It will work in browsers with print capabilities which fully support
CSS2, which, as Brian notes, are very few. When I say it will work, I
don't mean it'll make the users print in landscape, but rather it'll
tell the browser that you want it printed in landscape.