I am trying to float: left some tables, but just encountered a major problem, outlook doesn\'t support float. Well, then I tried to use table align and so forth
Set your widths on each aligned table using width="", not CSS.
An example that works:
Table 1
...
Table 2
...
Also, Outlook puts a 4-5 pixel gap between the aligned tables. Adding this trims it down to about 1px:
To get rid of it completely, you'll have to add borders to your tables (another Outlook quirk hack).