> Got no problem doing a "print" CSS, but the client is asking that if
> they can get a headline on top of each new page - just like printing a
> multipage doc from Word with headers and footers.

Not sure if I'm understanding the question quite right, but it sounds
like a job for the page-break-before property, e.g.:

h1 { page-break-before:always }

It's CSS2 but fairly well supported. I've used it on print CSS files
from a Wiki to do the exact same thing and it's worked well. If I
totally misunderstood, apologies.

-Mike
-------
www.kitchensinkweb.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to