Oops, didn’t refresh the page, in any case the edit there looks to have turned out to be rather redundant. 😛
Forgot clean about the LI, thanks. 🙂
Still, dispensing with the LI button, and replacing the UL button with something like this code might be more usable:
<ul>
<li>Unordered item</li>
<li>Unordered item</li>
<li>Unordered item</li>
<li>Unordered item</li>
</ul>
The above-mentioned nesting hopefully works a bit better with something like this:
<ul>
<li
<ul>
<li>Unordered item</li>
<li>Unordered item</li>
<li>Unordered item</li>
<li>Unordered item</li>
</ul>
>
</ul>