wrapping the content of a span inside an li so it stays in its own column

mtpszoz

New Member
I have a list, each li in it has this structure:\[code\]<li> <img class="yes" src="http://stackoverflow.com/questions/2983499/..."> <img class="no" src="http://stackoverflow.com/questions/2983499/..."> <span class="a">...</span> <span class="b">...</span></li>\[/code\]now if the content of class b is long, it will wrap around the image. I don't want it to wrap under the image, I want it to stay in its own column. If there is anyway to do this, please let me know as using tables to do it will be just wrong.Thanks!Nima
 
Top