Managing table styles > Customizing styles for Composition Center > Adding new table styles

Adding new table styles
You add new styles by adding new classes to the style sheet file. Each class must have a unique and descriptive name, since class names are displayed to business users as the table styles.
You add formatting for the style by defining CSS properties for the class. The properties should be within brackets, see Example 13 below.
Example 13
.divisionGreenRecordTable{
color:#228b22;
width:300pt;
}
 
 
To add a new style
1
Open the style sheet file named compositioncenter.css file in an editor.
2
3
4
OpenText StreamServe 5.6 Updated: 2013-03-01