Trying to get these list items to display inline
- by Joel
I have several unordered lists that I want to display like this:
<ul>
<li><img></li> <li><p></li> //inline
</ul>
//linebreak
<ul>
<li><img></li> <li><p></li> //inline
</ul>
...etc
I'm not able to get the li items to be inline with eachother. …