我有这样的代码:
<ul>
<li>some text <img src="path" style="height:15px;width:25px;" /></li>
<li>some text <img src="path" style="height:15px;width:25px;" /></li>
<li>some text <img src="path" style="height:15px;width:25px;" /></li>
</ul>
What i want is , the "some text" and img should come neatly, as if they are 2 cols in a table . Also, if text is small like "ab" , then the image should not change its position , i mean, shouldnt come near, it should be always at far distance like some 80px after "some text" . And,if text length is more than 80, img should lie after text only . Will provide more information if necessary .
Thanks