Modifying the Text Style of a Control or List Column in an Applet

You can modify the style of a text string that Siebel CRM displays in a control or list column.

To modify the text style of a control or list column in an applet

  1. Make sure Siebel Tools is configured to allow you to modify a text string.

    For more information, see Setting Up the Configuration File for Siebel Tools.

  2. Embed an HTML tag in the Caption property of a control or in the Display Name property of a list column.

    For example, Siebel CRM uses the value in the HTML tags to display the following value for the Caption property:

    <font color="red" size=+2><b>Account Name</b></font>
    
  3. Compile and test your modifications.

    For more information, see Using Siebel Tools.