In the template text generated for the bubble, there are certain items which have special formatting. These text items are listed below; each item is followed by its style name and format, for your reference.

If you want to change this formatting, you cannot use the Template Editor; you must open the template.xml file in the xml editor of your choice. The statements in the Styles section at the beginning allow you to customize the color or the font weight of the text. The style is made up of three parts, as shown in the example below:


<Style Name="ObjectName" Bold="true" Color="#000080"/> 


The Bold element is a Boolean value; it can be true or false. The Color element is the HTML code for the color. You can change either of these two values as desired. Do not change the style name.


Table of Contents