Adding Table Rows
This tag is used to define a row. Table row options are outlined individually
below. Opening and closing tags are required.
<tr> - opening tag
</tr> - closing tag
Table row options:
align: horizontal alignment of items in the row: left,
center or right
valign: vertical alignment: top, middle or bottom
bgcolor: set a background color, useful if you have
a lot of info and want to shade every other line, for instance.
Background color in rows does not work in older browsers.
|