<td>
The td section shows currently selected cell properties.
Rspan and Cspan
The Rspan and Cspan attributes of a cell specify the number of rows and the number of columns respectively, which the cell consists of. The default value is 1. Rspan and Cspan values might be one number from the range 1-9. In this example the cell is spanned across five columns.
Width and Height
The Width and Height suggest the cell's width and height in pixels or in percentage of the table's width and height. In this example width of the cell is calculated relatively to table width and is set in percents. However, the height of the cell is set in pixels.
Align and vAlign
The Align and vAlign properties define the align of a content placed at a cell. The Align property specifies the horizontal alignment for the cell. Possible values are left, center, and right. The vAlign property specifies the vertical position of a cell's contents. Possible values are:
- Top, which positions data at the top of the cell
- Middle, the default value, which centers the cell data vertically
- Bottom, which positions data at the bottom of the cell
BgColor
The BgColor property suggests a background color for a cell.
BgImage
The BgImage property suggests a background image for tiling on a cell.