What is considered the optimal method for positioning an image to the left with two text fields to the right of it? Is using floats or positioning better?
<li>
<a href=""> <img src=""THUMB HERE /> </a>
<a href=""> TITLE </a>
<span> META DATA </span>
</li>
This is the desired outcome:
I am not looking for just any solution, but rather the most effective one in terms of cross-browser compatibility and clean code.
Appreciate your input!