previous | start | next

TR

<TR
ALIGN=CENTER|LEFT|RIGHT|JUSTIFY
BGCOLOR=color
BORDERCOLOR=color
BORDERCOLORDARK=color
BORDERCOLORLIGHT=color
CLASS=type
ID=value
NOWRAP
STYLE=css1 properties
VALIGN=MIDDLE|TOP|BOTTOM|BASELINE>
</TR>

Creates a row in a table.

ALIGN=CENTER|LEFT|RIGHT|JUSTIFY
Sets the alignment for text in the row. The default is CENTER.
CENTER Text in the row is centered.
LEFT Text in the row is aligned to the left.
RIGHT Text in the row is aligned to the right.
JUSTIFY Text in the row is justified.
BGCOLOR=color
Sets background color. The color is either a hexadecimal, red-green-blue color value or a predefined color name. See Color.
BORDERCOLOR=color
Sets border color. Must be used with the = HREF="slide.htm"#htmlref2_0001000114004704>BORDER= attribute of the TABLE element. The color is either a hexadecimal, red-green-blue color value or a predefined color name. See Color.
BORDERCOLORDARK=color
Sets independent border color control over one of the two colors used to draw a 3-D border, opposite of BORDERCOLORLIGHT=. Must be used with the = HREF="slide.htm"#htmlref2_0001000114004704>BORDER= attribute of the TABLE element. The color is either a hexadecimal, red-green-blue color value or a predefined color name. See Color.
BORDERCOLORLIGHT=color
Sets independent border color control over one of the two colors used to draw a 3-D border, opposite of BORDERCOLORDARK=. Must be used with the = HREF="slide.htm"#htmlref2_0001000114004704>BORDER= attribute of the TABLE element. The color is either a hexadecimal, red-green-blue color value or a predefined color name. See Color.
CLASS=type
Indicates the class to which the element belongs.
ID=value
Specifies a unique value for the element over the document.
NOWRAP
Prevents the table rows from wrapping if they over-extend the margins of the browser.
STYLE=css1 properties
Specifies style information.
VALIGN=MIDDLE|TOP|BOTTOM|BASELINE
Specifies the vertical alignment of text in the row. The default is MIDDLE.
MIDDLE Text is aligned in the middle of each cell.
TOP Text is aligned with the top of each cell.
BOTTOM Text is aligned with the bottom of each cell.
BASELINE Text in adjoining cells in a row is aligned along a common baseline.


previous | start | next