On This Page
advertisement

Overview

The CSS (Text) User Item adds CSS text to the current page.

It is usually better to use User Styles than to use the CSS (Text) User Item.

Properties

Title

The Title property identifies the User Item in the User Items list. The Title has no other purpose for this User Item.

Enabled

See Enabled in the Common Properties section of the User Items help page.

Text

Enter the CSS rules you want to add to the page in the Text textbox. You should specify complete rules using all the standard CSS syntax. For example, if you wanted to add a rule for DIV elements with class="mystyle":

div.mystyle {
 border:1px solid #000;
}