Height Control w/Tables showing some Alignment possibilities in td
Possible xhtml attributes: align="left", align="center", align="left", valign="top", valign="middle", valign="bottom"
Possible css attributes: text-align: left, text-align: center, text-align: right, vertical-align: top, vertical-align: middle, vertical-align: bottom
Below are some examples (not exhaustive list):
| Hi! I'm text aligned with xhtml (center/bottom) |
| Hi! I'm text aligned with css (center/bottom) |
| Hi! I'm text aligned with xhtml (right/middle) |
| Hi! I'm text aligned with css (right/middle) |
| Hi! I'm text aligned with xhtml (left/top) |
| Hi! I'm text aligned with css (left/top) |