Hi,
I'm trying the change the orientation of my html document when its printed to landscape using the @page at rule. I know that you define the @page using the following,
@page [page selector]:[optional pseudoclass] {size:auto landscape}
What I'm not sure of, is how you apply this at-rule in the html of the page. Help!!
I'm trying the change the orientation of my html document when its printed to landscape using the @page at rule. I know that you define the @page using the following,
@page [page selector]:[optional pseudoclass] {size:auto landscape}
What I'm not sure of, is how you apply this at-rule in the html of the page. Help!!