Specifying styles for predefined areas

You can specify a style for a particular area in your page. Then the style is defined by the style attribute of an HTML tag, rather than by being specified between <STYLE> and </STYLE> tags.

To specify a style for a particular area in your page:

  1. In the Design page of Page Designer, select the area where you want to specify a style.
  2. In the Text tab of the Properties view, click the Browse button next to the Properties field. Properties field in the Properties view
  3. Add a specific style definition using the New Style dialog box.
  4. Click OK to save changes and apply the class to the selected text. The style definition is embedded in the HTML tag, for example <p style='color: #ff8000; font-style: oblique>.
Note:

If you have embedded styles in the HTML file, the embedded styles override the style specifications in an external style sheet.

Related concepts
Cascading Style Sheet (CSS) Designer
Related tasks
Defining styles
Defining and applying class and ID styles
Removing a specified style
Defining styles for an element
Defining pseudo-HTML link styles

Feedback