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.

FP2000: Images in Centered Bulleted List Are Left Aligned


View products that this article applies to.

This article was previously published under Q205823

↑ Back to the top


Symptoms

When you center a bulleted list on a page, the images used for the bullets remain aligned at the left margin of the page. This behavior only occurs when you have applied a theme.

↑ Back to the top


Cause

When you create a bulleted list on a page, FrontPage uses standard HTML list tags. When you center the text in the list, FrontPage adds an align="center" attribute to the paragraph tag inside the list. When a Web browser or FrontPage read this code, the entire list appears centered.

When you use Picture Bullets, FrontPage uses tables to display the list rather than standard list tags. Therefore, when you center the list text, FrontPage adds the align="center" attribute to the paragraph tag inside the cell. As a result, the cells that contain the text are centered, but the cells that contain the images for the bullets are not.

↑ Back to the top


Resolution

To work around this problem and center a bulleted list on a page that uses themes, follow these steps:

  1. On the Table menu, click Insert Table.
  2. In the Insert Table dialog box, set the following values:
    
        Item                  Value
        -------------------------------
        Rows                  1
        Columns               1
        Alignment             Center
        Border Size           0
        Cell Padding          0
        Cell Spacing          0
        Specify Width         Unchecked
    
    						
  3. Click OK.
  4. Click to select the bulleted list.
  5. On the Edit menu, click Cut.
  6. Click inside the newly created table.
  7. On the Edit menu, click Paste.

↑ Back to the top


More information

You will not see the table tags if you look at a page that uses picture bullets in HTML view. To see the HTML, you will need to either preview the page in your browser and view source, or click the preview tab, right-click the document and choose view source, or open the file with a text editor. FrontPage masks the complexity of picture bullets from HTML view and displays them as simple unordered list tags <UL>.

↑ Back to the top


Keywords: KB205823, kbpending, kbprb

↑ Back to the top

Article Info
Article ID : 205823
Revision : 1
Created on : 10/1/2001
Published on : 10/1/2001
Exists online : False
Views : 211