I thought this task would be a piece of cake, but after staring at it for the past half hour, I'm still stumped.
Check out the HTML code below:
<div style="width: 250px;">
<img style="float: left; width: 20px;" src="public/_images/ok_kutu.jpg" alt="kutu" />
<h3 style="float: left; width: 50px; color: #FFF; font-size: 18px;">Jobs</h3>
<div style="clear: left;"></div>
</div>
All I want is for the image and header to display next to each other. But instead, here's what I'm seeing: