I'm struggling with a stacked list that involves floating an image (icon) alongside text. The constant need to clear after each list item is becoming cumbersome. Anyone have any suggestions for making this more streamlined and tidy?
<ul>
<li><img src="#" /> <a href="#">Home</a></li>
<div class="clear"></div>
<li><img src="#" /> <a href="#">About</a></li>
<div class="clear"></div>
</ul>