Categories

Partners
  • Adobe Photoshop Tutorials

  • Website Templates

  • Free Stock Photos and Images

  • Adobe Photoshop Tutorials
  • Search


    Advanced Search




    Partner Links
  • Flash Web Sites

  • flash websites


    Create a class style.
    Published  07/6/2006 | GoLive
       




    Create a class style.

    Click the Create New Class Style button at the bottom of the CSS Editor, and type a name for the class style in the CSS Definitions tab of the CSS Editor—for example, .myclassstyle (don’t include spaces or special characters in the class style name).

    Class styles apply to selected text or objects on a page, rather than to all instances that share a common HTML element, and must be explicitly applied to a selection (you’ll apply your class style later in this tutorial). Use class styles when you want to apply distinctive formatting for objects that you want to stand out from the rest of your text.

    step04_int
    Article Series
    This article is part 5 of a 8 part series. Other articles in this series are shown below:
    1. CSS Made Simple
    2. Create an external style sheet.
    3. Create an HTML style.
    4. Define HTML style properties.
    5. Create a class style.
    6. Define class style properties.
    7. Reference the external style sheet.
    8. Apply the class style.