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.

BUG: Setting Border Size on a Frameset Does Not Render in Print or Print Preview


View products that this article applies to.

This article was previously published under Q260273

↑ Back to the top


Symptoms

When you Print or Print Preview a Web page that has a frame border (border attribute) that is set to a value other than the default, it may still display as the width of the default border.

↑ Back to the top


Cause

During printing or print preview, the frame border is not scaled based on the high-resolution measurement. As a result, it defaults to the normal size.

↑ Back to the top


Status

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

↑ Back to the top


More information

Steps to Reproduce Behavior

  1. Create the file Repro.htm with the following codes
    <HTML>
    <HEAD>
    </HEAD>
    <FRAMESET border="20" rows="*,*">
    <FRAME src="http://www.msn.com">
    <FRAME src="about:blank" >
    </FRAMESET>
    </HTML>
    					
  2. Navigate to Repro.htm in Internet Explorer.
  3. From the File menu, click Print Preview.

    You will see that the print preview doesn't respect the border width that you specified in the source.

↑ 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: KB260273, kbprint, kbbug

↑ Back to the top

Article Info
Article ID : 260273
Revision : 5
Created on : 5/11/2006
Published on : 5/11/2006
Exists online : False
Views : 340