Nested List Problem
-
Anyone else having a problem with nested lists? I’m using WP 2.6.2 with the visual editor turned off. I want to create a post using a nested list along the lines of the following code:
<ul> <li> x </li> <li> y <ul> <li> z </li> </ul> </li> </ul>
Unfortunately, when I save my post, WP adds a closing paragraph tag to the code like this:
<ul> <li> x </li> <li> y</p> <ul> <li> z </li> </ul> </li> </ul>
Is there a fix for that?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Nested List Problem’ is closed to new replies.