Was wondering if anyone can show me best way to vertically align my image in image col and have the column equal in height to the text col?
CSS
This is my version: http://jsfiddle.net/LUpmG/2/
In short, you need to get rid of floats, use display: table-cell, and apply vertical-align: middle to the container.
display: table-cell
vertical-align: middle