Topic: Make <ul> tags editable for User

I want to make unordered lists and ordered lists editable for a user.  I tried this:

<ul class="edit">
<li>first point</li>
<li>second point</li>
</ul>

But it doesn't work.  Is this do-able?

Re: Make <ul> tags editable for User

Hi Larry, it's not at the moment. You could put a div around the <ul> and make the div editable as a quick alternative.

Re: Make <ul> tags editable for User

That's the fix, Thanks Simon.