Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

PRB: THEAD and TFOOTER Text Is Not Printed on Each Page


View products that this article applies to.

This article was previously published under Q190278

↑ Back to the top


Symptoms

When a table with THEAD and TFOOTER tags is printed, the expected behavior is for the header and the footer to be printed once in the entire document.

↑ Back to the top


Status

This behavior is by design.

↑ Back to the top


More information

Steps to Reproduce the Behavior

Create a standard HTML page with this a table tag formatted like this:
   <TABLE BORDER=1>
   <THEAD  style="display: table-header-group">

           <TR><TH> ...header information...------ 

      </THEAD>

      <TFOOT  style="display: table-footer-group">

           <TR><TD> ...footer information...------ 

      </TFOOT>


   <TBODY>
        <TR><TD>...first row of block two data...</TD></TR>
        <TR><TD> ...second row of block two data...</TD></TR>
        <TR><TD> ...third row of block two data...</TD></TR>
        (repeat enough times to span this table across two or more printed
        pages)
   </TBODY>
   </TABLE>
				
Print the HTML document.

↑ Back to the top


References

Visit the following MSDN Web site for additional information about the DHTML display property:

Visit the W3C Web site, section 12.1.3, for information about Groups of rows: the THEAD, TFOOT, and TBODY elements:
HTML 4.0 Specification
http://www.ietf.org/rfc/rfc1942.txt

↑ Back to the top


Keywords: KB190278, kbprb, kbpending, kbhtml

↑ Back to the top

Article Info
Article ID : 190278
Revision : 2
Created on : 5/12/2003
Published on : 5/12/2003
Exists online : False
Views : 372