Contents

Creating a new CSS1 document

There are two ways to create a new element:
using menu Edit->Add Element, or using add button in the tool bar.

In the "Add element" dialog you may enter name for element to be added, or you may select one of generic CSS1 pseudo-elements/pseudo-classes in combo box.

Remember, classes should begin with point (e.g. ".bigtext", "H1.bigtext"); IDs should begin with # (e.g. "#z98", "H1#z98")

If you need to learn more about CSS, visit http://www.w3.org/Style/CSS