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: Multi-Page Tables May Be Vertically Aligned to the Bottom of a Page in Internet Explorer 5.5


View products that this article applies to.

This article was previously published under Q269661

↑ Back to the top


Symptoms

When you print or preview multi-page tables in Microsoft Internet Explorer 5.5, some partial pages may be vertically aligned to the bottom of the page.

↑ Back to the top


Resolution

To resolve this behavior, specify vertical alignment on the table rows and columns that are vertically aligned to the bottom of the page.

↑ Back to the top


Status

Microsoft has confirmed that this is a bug in Internet Explorer 5.5.

↑ Back to the top


More information

Steps to Reproduce the Behavior

  1. Save the following Hypertext Markup Language (HTML) code as Page1.htm:
    <HTML>
    <BODY>
    
    <TABLE>
     <TR><TD>
    <!-- replace the above line with <TR><TD valign=top> to fix this -->  
    
       <TABLE>
          <TR style="page-break-after:'always'"><TD>
                <TABLE align=left border=1 CELLPADDING=5><TR><TD height=1300>&nbsp</TD></TR>
                </TABLE>
          </TD></TR>
          <TR style="page-break-after:'always'"><TD>
    			 <TABLE align=left border=1 CELLPADDING=5><TR><TD height=1300>&nbsp</TD></TR>
                </TABLE>
          </TD></TR>
       </TABLE>
     </TD></TR>
     <TFOOT style='display:TABLE-footer-group'><TR><TD>Footer</TR></TD></TFOOT>
    </TABLE>
    
    
    </BODY></HTML>
    					
  2. View Page1.htm in Internet Explorer 5.5.
  3. Print preview the page. The second page is vertically aligned to the bottom of the page.

↑ Back to the top


References

For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:

↑ Back to the top


Keywords: KB269661, kbprb

↑ Back to the top

Article Info
Article ID : 269661
Revision : 3
Created on : 5/11/2006
Published on : 5/11/2006
Exists online : False
Views : 369