htmarea

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

htmarea

bleulmi

Hi
When I use html area after  editing or adding  nested UL an LI ,  the nested go
to the root

explanation :

This what i write
<ul>
<li>one</li>
<li><ul>
    <li> childof one 1</li>
   <li> childof one 2</li>
   </ul>
</li>
<li> two </li>

</ul>

this goes  to

<ul>
<li>one</li>
<ul>
<ul>
 <li> childof one 1</li>
   <li> childof one 2</li>
</ul>
<ul>
<li> two </li>
</ul>

Any suugest

Thank you


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws