I ruin my mind trying to get this style right. I have a fixed size image with an unpredictable height div text to the right of it. I want the top of the text to match the top of the image, but DO NOT wrap it around. My markup:
<img height='231px' width='132px' style='float:left' /> <div>Text</div>
I would like to find a solution that is not related to using a table, but at the moment I am exhausted and cannot think about how to do this using css / divs
source share