To align a table on the page use the follow syntax within the <TABLE> tag:
Where alignment can be one of the following options:
<TABLE ALIGN="alignment">
BLEEDLEFT | LEFT | CENTER | JUSTIFY | RIGHT | BLEEDRIGHT |
---|---|---|---|---|---|
Aligns to the leftmost edge of the window. | Aligns to the left text margin. | Aligns to the center of the window. | Adjusts the table size to align to both text margins. | Aligns to the right text margin. | Aligns to the rightmost edge of the window. |
I understand table and cell alignment. How do I add a border around my table?