FP98: Style Formatting Definitions Show as Text in FP Editor (194346)
The information in this article applies to:
- Microsoft FrontPage 98 for Windows
This article was previously published under Q194346 For a Microsoft FrontPage 97 version of this article,
see
163582. SYMPTOMS Formatting definitions that are enclosed within a
<style>...</style> element appear as text in the 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 the 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:
<style>
H1{font:18pt "Arial"; font-weight:bold; text-aligh:center}
</style>
change your code so that it looks like this:
<style>
<!--
H1{font:18pt "Arial"; font-weight:bold; text-aligh:center}
-->
</style>
STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 4/21/2003 |
---|
Keywords: | kbprb KB194346 |
---|
|