CSS - page


Description:

The page property is used to invoke a page selector which has been previously defined using @page.

Possible Values:

  • <page selector>: Any previously defined page selector using @page.
  • auto: The browser should format the page according to its defaults.

Applies to:

All the block level elements

Example:

Here is the example:

<style tyle="text/css">
<!--
@page wide { size : portrait }
@page rotated { size : landscape }
table { page : rotated }
-->
</style>
     





Spacer Bottom Left Corner ImageBottom Right Corner Image
Valid XHTML 1.0 Strict  Valid CSS! Check the accessibility of this site according to U.S. Section 508