FP2000: FrontPage Allows Multiple Styles with Same Name

ID: Q219219


The information in this article applies to:
  • Microsoft FrontPage 2000


SYMPTOMS

When you create new styles, FrontPage allows you to create multiple styles with the same name. This applies to both user-defined styles and built-in styles.


RESOLUTION

To resolve this issue, use a different name for each new style created, or modify the existing style by doing the following:

  1. In the Style dialog box, click the style you want to modify and then click Modify.


  2. In the Modify Style dialog box, make changes to the style as needed and then click OK.


  3. In the Style dialog box, click OK.



STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.


MORE INFORMATION

When your page is viewed in a browser, the last defined style is displayed. The following is code written by FrontPage for in-line styles that have the same name.


<style>
<!--
a:link       { color: #800080 }
a:visited    { color: #00FFFF }
a:link       { color: #800000 }
a:visited    { font-family: Arial Narrow; color: #00FF00 }
a:active     { font-variant: small-caps; color: #0000FF }
a:active     { color: #808000 }
-->
</style> 


REFERENCES

For more information about styles, click Microsoft FrontPage Help on the Help menu, type "style" in the Answer Wizard, and then click Search to view the topic.


For information about cascading style sheet specifications, please refer to the following documentation.

http://www.w3.org/TR/WD-CSS2/syndata.html#escaped-characters

Additional query words: front page

Keywords : kbdta
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbbug


Last Reviewed: September 14, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.