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.

Corners of a cell header or of a footer appear smaller than the header or the footer


View products that this article applies to.

Symptoms

When you create a Web page in Microsoft Office FrontPage 2003 and then preview that Web page in a browser, the corners of the cell headers or of the cell footers on your Web page may appear smaller than the header or the footer of the cell. As a result, the corners appear indented below and above the edge of the header or of the footer.

↑ Back to the top


Cause

This problem may occur if all the following conditions are true:
  • You add Corners cell formatting to a cell on your Web page.
  • When you view the Web page in a browser, the text size in the browser is set to greater than Medium.
This problem does not occur if the text size is set to Medium or to a smaller size.

↑ Back to the top


Workaround

To work around this problem, use one of the following methods.

Method 1: Edit the HTML Code

You can change all headers and all the footers by editing the HTML code for your Web page or for your cascading style sheet. To do this, follow these steps:
  1. Open your cascading style sheet in FrontPage.
  2. Locate the layout cell that you want to fix, and then click Code at the bottom of the pane to change to HTML view.
  3. To change the header code, follow these steps:
    1. Find the following text:
      <!-- MSCellFormattingType="header" -->
      .
    2. In the
      <td>
      tag that represents the header that is before this text, type style="font-size: 12pt" .
    For example, a header region that has a teal background color and is 20 pixels in height is similar to the following:
    <td nowrap bgcolor="#008080" height="20" style="font-size: 12pt">
  4. To change the footer code, follow these steps:
    1. Find the following text :
      <!-- MSCellFormattingType="footer" -->
      .
    2. In the
      <td>
      tag that represents the footer that is before this text, type style="font-size: 12pt" .
    For example, the footer region that has a teal background color and is 20 pixels in height, is similar to this:
    <td nowrap bgcolor="#008080" height="20" style="font-size: 12pt">

Method 2: Assign a Fixed Font Size to the Header or to the Footer

. You can use the Design view to change each header and footer in your Web page or in your cascading style sheet. To do this, follow these steps:
  1. Open your Web page in FrontPage.
  2. Click the cell header or the cell footer that you want to fix.
  3. In the Quick Tag Selector toolbar, right-click the selected <td> cell, and then click Tag Properties.
  4. Click Style, click Format, and then click Font.
  5. Click the Font tab, and then in the Size list, click the font size that you want to use.
  6. Click OK three times.
  7. Repeat steps 2 through 6 for each header or footer that you want to fix.
  8. Click File, and then click Save.
  9. Preview your Web page in your browser.
Note The font size that you assign to a header or to a footer may not correct the problem if it is not the correct size in relation to the height of the header or of the footer. You may have to select a different font size to fix the problem. For example, the 12 point font size works only if the header height or the footer height is 20 or greater.

Note If you apply this workaround to a header or to a footer, and then the header or the footer is removed and re-applied to the Web page, you must re-apply this workaround to the header or to the footer.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section of this article.

↑ Back to the top


Keywords: KB830975, kbprb, kbbug

↑ Back to the top

Article Info
Article ID : 830975
Revision : 5
Created on : 9/27/2006
Published on : 9/27/2006
Exists online : False
Views : 299