Hi,

    I am using the composer (mozilla1.5) to create some nested lists. When I try to validate the HTML page using the W3C service, I have some problems with the nested lists:

The correct syntax, according to W3C, is: However the composer generates:
...
<li>PARENT ITEM1
        <ul>
          <li>NESTED ITEM1</li>
          <li>NESTED ITEM2</li>
        </ul>
</li>
<li>PARENT ITEM2</li>
<li>PARENT ITEM3</li>
...
...
<li>PARENT ITEM </li>
        <ul>
          <li>NESTED ITEM1</li>
          <li>NESTED ITEM2</li>
        </ul>

<li>PARENT ITEM2</li>
<li>PARENT ITEM3</li>
....


Where is the truth?

Thank you in advance,
Octav'



Reply via email to