On Wed, Dec 22, 2010 at 2:02 AM, david <[email protected]> wrote: > David Hucklesby wrote: >> >> On 12/20/10 3:40 PM, Evan Panagiotopoulos wrote: >>> >>> I create a string of html documents using php. Each document prints >>> one sheet of paper. I would like to have the documents that form the >>> odd sheets to have a footer where the even documents to have none.
What you need are the @page rules; unfortunately they aren't support by most browsers. http://www.w3.org/TR/CSS21/page.html They have provisions for :left and :right pages, which do work in Opera. I haven't found any way to generate content using them yet though. Anyone know a) if that's possible b) the state of @page development? Tim ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
