I want to align my three images horizontally instead of vertically what is the easiest way to achieve this? example
When I have inline elements I always put them in a ul and display the li's inline. This way you don't have to worry about floating anything and it is much more scalable.
ul{ width:5em } li{ display:inline; list-style-type:none; }