Corners of a cell header or of a footer appear smaller than the header or the footer (830975)
The information in this article applies to:
- Microsoft Office FrontPage 2003
SYMPTOMSWhen 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. CAUSEThis 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. WORKAROUNDTo 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: - Open your cascading style sheet in FrontPage.
- Locate the layout cell that you want to fix, and then click Code at the bottom of the pane to change to HTML view.
- To change the header code, follow these steps:
- Find the following text:
<!-- MSCellFormattingType="header" --> . - 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"> - To change the footer code, follow these steps:
- Find the following text :
<!-- MSCellFormattingType="footer" --> . - 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: - Open your Web page in FrontPage.
- Click the cell header or the cell footer that you want to fix.
- In the Quick Tag Selector toolbar, right-click the selected <td> cell, and then click Tag Properties.
- Click Style, click Format, and then click Font.
- Click the Font tab, and then in the Size list, click the font size that you want to use.
- Click OK three times.
- Repeat steps 2 through 6 for each header or footer that you want to fix.
- Click File, and then click Save.
- 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. STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section of this article.
Modification Type: | Minor | Last Reviewed: | 9/27/2006 |
---|
Keywords: | kbBug kbprb KB830975 kbAudEndUser |
---|
|