Since the heading row differs from the other table rows, you must define two new classes in the style sheet file. One class for the heading row and another class for the body rows.
In the compositioncenter.css file we add a class named
.CorpGreenTable for the table. The
.CorpGreenTable class contains the formatting for font color, table width, thickness, and color for top and bottom borders.
In the compositioncenter.css file we add a class named
.CorpGreenHeading for the heading. The
.CorpGreenHeading class contains the formatting for background and font colors.
In Composition Center, business users insert new tables by opening the Insert/Modify table dialog box and select the
CorpGreenTable style. Inserted tables have the following layout:


To give the heading the CorpGreenHeading style, users click in the heading row, open the
Table row properties dialog box and select the
CorpGreenHeading style. Now the table has the following layout:

