| FP: Converted Word Document Ignores Heading Style TagsLast reviewed: January 12, 1998Article ID: Q161526 | 
| The information in this article applies to: 
 
 SYMPTOMSIn the FrontPage Editor, when you open a document that was created in Microsoft Word, the format of the converted text is unchanged when you change the properties of the style tag. 
 CAUSEWhen a document that is formatted in a font other than the default HTML font (12-point Times Roman) is converted by FrontPage Editor to HTML, the text is enclosed within <font> tags, as in the following example: 
 <font face=Arial size=10>text</font>If you apply style formatting to text, the text will be enclosed within a heading tag. For example, if you apply the Heading 1 style formatting to a selection, the text will be enclosed in the <H1>...</H1> tags, like this: 
 <H1><font face=Arial size=10>text</font></H1>If the font tags are nested inside the heading tags, the style tags will be ignored. By default, Microsoft Word for Windows 95 uses 10-point Times New Roman as its default font. As a result, this can present a significant problem when you convert documents from Word. 
 WORKAROUNDIf you want to apply HTML styles to a converted Word document, follow these steps: 
 MORE INFROMATIONWhen the Microsoft Word to HTML converter translates a Microsoft Word document to HTML, the font tags are added to each paragraph so that the Word document will look the same in a browser as it does in the Word program. For information about the HTML markup language, see the HTML specification at the following World Wide Web site: 
 http://www.w3.org/MarkUp/ | 
| Additional query words: fp97 fp98 word 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use. |