I\'m trying to display tables next to each other horizontally, but this is what I\'m getting.
Adding display: table-cell; to the tables may help. http://www.quirksmode.org/css/display.html And you may need to add wrapping div with display: table; or add that property to some element depending on your page structure.
display: table-cell;
display: table;