HTML Attribute for <TABLE ...>
ALIGN =LEFT |RIGHT

ALIGN sets which side of the page the table will rest on. ALIGN makes the table behave much like a graphic image: text can wrap around the table, you can set horizontal and vertical space from the table, and you can use <BR ...> to move past the table.

<TABLE HSPACE="..."> >