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
It seems Outlook.com filters out float attributes completely, but does support display: inline-block.
Of course, this will most likely break your tables, as they depend on display:table, but it might help you with any divs.