NOTICE: This website is no longer updated or supported - as such many of the techniques used to build it may seem antiquated in the modern day. It is preserved for historical reasons only.

HTML XHTML The Complete Reference
home » reference » appendix b » css1 / css2 properties

page


Defines the type of page where an element should be displayed. The page is defined and named with an @page selector.

Example


/* sets tables to be on landscape pages */
@page land {size: landscape;}
table {page: land;}

Browser and CSS Support Notes


CSS2
IE 5.5, 6
No Nav or Mozilla support
No Opera support

(X)HTML Elements
CSS Properties
Back: padding-properties Next: page-break properties
< Home | About | Chapters | Examples | Errata | Reference | Site Map >