Contents

Creating a new Selector

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

In the "New selector" dialog you may enter name for element to be added, or you may select one of generic CSS1 pseudo-elements/pseudo-classes or HTML elements 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