Table Data Alignment
Examples of Cell Alignment
VALIGN=Top
ALIGN=Left
VALIGN=Top
ALIGN=Center
VALIGN=Top
ALIGN=Right
VALIGN=Middle
ALIGN=Left
VALIGN=Middle
ALIGN=Center
VALIGN=Middle
ALIGN=Right
VALIGN=Bottom
ALIGN=Left
VALIGN=Bottom
ALIGN=Center
VALIGN=Bottom
ALIGN=Right
Use the ALIGN="LEFT, CENTER or RIGHT" and VALIGN="TOP, MIDDLE or BOTTOM" attributes in the<TABLE> , <TH> , <TR> or <TD> tags.
The horizontal default alignment for TD contents is left.
The vertical default is middle.
Use ALIGN and VALIGN to make tables more visually appealing.