CSS PAGE - CSS3 Examples

CSS PAGE

Written by jon on 12:47 AM
This property is used to specify a specific page type to use when displaying an element box. If the value specified is different than the one for the rendered element box that precedes it, one or two page breaks should be inserted between them, and the element box should then be rendered on a page box of the indicated type.
Example
@page doublepage { size: 8.5in 11in; page-break-after: left }

body { page: doublepage; page-break-after: right }

<body style=”page: doublepage; page-break-after: right”>test text in the body</body>

Possible Values
Value Description
auto References the current default page.
[identifier] Specifies an identifier for a page type defined in an @page rule.

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS PAGE ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :