Login for Software or Support

CoffeeCup - HTML Editor, Flash & Web Design Software

Over 45,144,787 Downloads in 87 Countries

Tell a Friend About Our Cool Software

CoffeeCup StyleSheet Maker Help Center

Sign In For Priority Support Forgot yours ?
More StyleSheet Maker Help: Other Resources: Contact CoffeeCup:

Send Snail Mail:
CoffeeCup Software
165 Courtland Street
Suite A, Box 312
Atlanta, GA 30303

Give us a call:
Toll Free: 866.734.HTML (4865)
Sales Hotline: 678.495.3480
Fax: 678.495.3481

Editing the Properties of your Style

This is the elementary function of style sheet maker- defining how your styles will be displayed. After you have Defined your Style, you will now have to define the properties of that style. Make sure you define the properties of your style within the brackets for that style, like this:

.Bob { font-family: Arial; font-size: 14px; color: #FF0000; }

You may find it easier to read if you put each style on a new line, like this:

.Bob
    {
    font-family: Arial;
    font-size: 14px;
    color: #FF0000;
    }

To make things easier, we have a set of wizards for defining styles. Just put your cursor within the brackets, and then click on the appropriate button:

Font Properties

Color and Background Properties

Alignment

Margins

Padding

Border

After using the wizard, the appropriate code will be inserted at your cursor. You can define any number of properties for any style. Just make sure all the properties appear within the brackets.

Was this article helpful?

StyleSheet Maker Help Index | StyleSheet Maker Homepage

Download Our Software:

... and don't forget about our Free Software

CoffeeCup Home Page | Software | Copyright & Legal | Site Map | © 1996 - 2008 CoffeeCup Software, Inc.