No, I think he wants to repeat table headings for every printed page. There is no way to do it that I am aware of.
You can however, physically repeat the table headings in the document and use a CSS declaration like page-break-before: always; to force a page break before the start of the repeated headings.
thead {
page-break-before: always;
}
HTH!
Regards,
Rich
--
[
http://www.smilingsouls.net]
[
http://pear.php.net/Mail_IMAP] A PHP/C-Client/PEAR solution for webmail