valign
Sets vertical alignment of row or cell to top, middle,
bottom or baseline
Example: <tr valign="top">, <td valign="middle">
Use the <TR> tag when v-aligning all the cells in a
row. Use <TD> when aligning individual cells |
(Table height has been set so v-alignment effects are more apparent)
a | b | c |
d | e | f |
g | h | i |
a | b | c |
d | e | f |
g | h | i |
a | b | c |
d | e | f |
g | h | i |
Even though there is no HTML tag for v-aligning a column, some editors have a feature that allows you to set v-alignment for all cells in a column simultaneously. If your editor doesn't have this feature, you must set each cell individually. |