Impossible to do nested lists
-
I’ve tried this in the WYSIWYG editor and the standard one in 2.01 and both don’t work. the WYSIWYG will create the list properly, but when you save it always removes the nesting.
Before save you get this…which is good:
<ul>
<li>blah</li>
<li>blah1</li>
<li>blah2</li>
</ul>
<ul>
<li>sub blah2</li>
</ul>
but after you save, in both editors, you end up with this…which makes nested lists impossible…so sad for the listmakers.<ul>
<li>blah</li>
<li>blah1</li>
<li>blah2</li>
</ul>
<ul>
<li>sub blah2</li>
</ul>
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Impossible to do nested lists’ is closed to new replies.