The properties you indicate will be applied to all the cells in the selected row.
When you define properties that must be applied to a row in a table, the TD tag is changed to TR or TBODY while the Group is active.
Select the row or rows that you want to change.
In the Table window, click on the Table menu.
Click on the Row properties option.
Horizontal Alignment |
The horizontal alignment of text inside all the cells in a row can be set to the left (default), right, centered or justified. The following HTML tags are inserted: <TR ALIGN> or <TBODY ALIGN>. <tr align="center"> or <tbody align="center"> |
Vertical Alignment |
The vertical alignment of text inside all the cells in a row can be set to the top, bottom, centered (default) or on the cell’s baseline. The HTML code inserted is <TR VALIGN> or <TBODY VALIGN>. <tr valign="top"> or <tbody valign="top"> |
Background color |
You can change the background color of a row of cells. This option does not modify the table’s background color. Click on the button Color button and select the desired color. |
Border color |
You can change the color of the borders of a row of cells so that appear in a darker color. Click on the Color button and select the desired color. |
Group |
This option is used to define a group; TBODY is inserted in the HTML document. |
Title
|
When the mouse pointer is moved over the row, the title inserted in this option will be displayed at the bottom of the table in the Preview window. TITLE="" is inserted in the HTML document. <tr title="cell"> </td> |