Following this question , and according this answer .
I try to make same list but with <p>...</p>
wraped in each <li>
, seems it works but my problem is that it break a line for each <li>
.
Here it with NO <p>
- http://jsfiddle.net/urielz/tv5fV/ ,
and here it with the <p>
- http://jsfiddle.net/urielz/2ANwJ/1/
How to make the 2nd (with <p>
) to be looks like the 1st (no <p>
) ?
Preferably answers with just css edit , but jQuery also would be acceptable .