Jerry62712
09-25-2009, 06:10 PM
Within my application I have a container that has the html combination <ul><li>xxx</li><li>yyy<br>zzz</li></ul>
I expected to see
*xxx
*yyy
zzz
The second half of "yyyzzz" being below "yyy". What I got was this
*xxx
*yyy
*zzz
where the line break was treated as a new <li> pair. How do I get to break it so the break isn't treated as a new <li> pair?
I expected to see
*xxx
*yyy
zzz
The second half of "yyyzzz" being below "yyy". What I got was this
*xxx
*yyy
*zzz
where the line break was treated as a new <li> pair. How do I get to break it so the break isn't treated as a new <li> pair?