I’m trying to make columns in individual list items. For some reason the floats don’t work like they would when floating divs. Can anyone help me out with this?
For example:
<ul>
<li><span>something</span><p>something</p></li>
</ul>
How could I get the span and paragraph to display inline?