ONCE when I was a newcomer to this wonderful jungle the internet, I tried to align three tables on one page, thinking that by specifiyng table alignment to be "left" "center" and "right" would give me exactly what I wanted. Well that turned out to be untrue. What I got was the three tables alright BUT not on the same plane. See BELOW.
 | table is aligned to the "left" | 
 
 | table is aligned to the "center" | 
 
 | table is aligned to the "right" | 
 
By trial and error method I finaly got the desired result.
SEE BELOW:
 | table is aligned to the "left" | 
 
 | table is aligned to the "right" | 
 
 | table is aligned to the "center". | 
 
.....................THE END.
P.S. The left alignment must be specified. Do not rely on the default left. It will yield a different result.