I have a this code:
<div>
<ul>
<li>Lorem Ipmsum<img src="" alt="img" /></li>
<li>Some Text <img src="img.jpg" alt="img" /></li>
...
</ul>
</div>
I would align vertically through CSS all the img Because in this way every image is too near to the text of every li
How can I do?
Edit:
I mean to align the img in exactly in column
Try this JS fiddle that shows how to do what I think you are trying to accomplish
http://jsfiddle.net/J9z5D/