Wednesday, 18 September 2013

Some problems to understand CSS paged media style

Some problems to understand CSS paged media style

I have some doubt about the paged media in CSS.
If I have something like this code:
@page rotated {size: landscape}
TABLE {page: rotated; page-break-before: right}
what exactly happen? can you explain to me this code? I am reading the
documentation but I am finding some problems...
Tnx Andrea

No comments:

Post a Comment