Article ID: 163582 - Last Review: October 1, 2001 - Revision: 1.0 FP97: Style Formatting Definitions Show as Text in FP EditorThis article was previously published under Q163582 For a Microsoft FrontPage 98 version of this article, see 194346 (http://support.microsoft.com/kb/194346/EN-US/ ) . SYMPTOMS
Formatting definitions that are enclosed within a <style>...</style>
element appear as text in FrontPage Editor.
NOTE: Web browsers that do not support the <style>...</style> element also interpret the formatting definitions as text. CAUSE
FrontPage Editor interprets the instructions within the
<style>...</style> element as text.
RESOLUTION
To ensure that the formatting definitions are not displayed as text
when you view your page in FrontPage Editor or a Web browser that
does not support the <style>...</style> element, place the formatting
definitions inside a comment (<!-- -->) tag. For example, to hide the
font formatting in this code:
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article.
MORE INFORMATION
The comment (<!-- -->) tag does not prevent the formatting
instructions from being used by a Web browser that supports the
<style>...</style> element. When you place formatting definitions inside
a comment (<!-- -->) tag within a <style>...</style> element, you
ensure that this information is not interpreted as text by a Web browser
that does not support the <style>...</style> element.
| Article Translations
|

Back to the top
