George L Smyth wrote: | I have put together a table to display information and my co-worker wants | to be able to print it out. No problem, I've used print style sheets to | take care of that. | | Now he wants each page to have a header and footer and I can't think of | any way to do it. Is this possible?
It depends on what you mean by header and footer. It is not possible in general to create pages with determined headers and footers with HTML and CSS. However, you seem to be referring to data tables. For data tables, yes it is possible to specify repeating data headers and footers when the table is printed. Here is a simple example: Non-Scrolling Header and Footer; Printing Repeated Headers and Footers http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header.html ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
