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.

HOW TO: Create a Style Class or ID Within a Style Sheet in FrontPage 2000


View products that this article applies to.

Summary

This article describes how you can use FrontPage 2000 to define classes and IDs within Style Sheets.

Create a Class

  1. On the Format menu, click Style.
  2. Click New Style, or choose to modify an existing style.
  3. In the Name box, type a new name preceded with a period (.). For example:
    .myClass
    					

Create an ID

  1. On the Format menu, click Style.
  2. Click New Style, or choose to modify an existing style.
  3. In the Name box, type a new name preceded with the number sign (#). For example:
    #myId
    					

Apply the Class or ID to Style Sheet

To apply a class to the page, select the class from the list of formats on the Formatting toolbar. The class will be applied to the base style which you have selected.

To apply an ID to the element, switch to HTML view and type the ID as an attribute of the desired tag.

For Example:

If the ID you create was "#myId" and you want to apply it to a paragraph tag, edit the paragraph tag as follows:

<p id=myId>text in a paragraph</p>
				



↑ Back to the top


References

For more information on using classes in CSS, please see the following location on the World Wide Web Consortium web site: For more information on using IDs in CSS, please see the following location on the World Wide Web Consortium web site:








↑ Back to the top


Keywords: KB233096, kbhowtomaster, kbhowto

↑ Back to the top

Article Info
Article ID : 233096
Revision : 2
Created on : 8/12/2005
Published on : 8/12/2005
Exists online : False
Views : 230