I am trying to place two images of the same size side-by-side. If I use a table then I am able to display both images side-by-side. But in my CSS Stylesheet I a
table
float:left
.table_one { background-color: #CC0000; } .table_two { background-color: #00CC00; }