Hi,

I coded an unordered list that includes another unordered list within each
list item:

[BULLET]
[LI]
<p>Some content</p>
[BULLET]
[LI]Content</li>
[/BULLET]
</li>
[/BULLET]

The parent list item is very difficult to delete using Contribute (as far as I
know, users can't select the parent list item and delete it in one step), so I
think that I'll need to convert this into a table. That's unfortunate, because
I think that this mark-up is more semantically correct.

Any thoughts?

Thanks,

Ted