facebook

HTML/JSP editor does NOT support nested lists

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #226810 Reply

    ivj
    Member

    Whenever you try to do something like:

    
    <ul>
        <li>Blah</li>
        <li>Blah</li>
        <li>Blah</li>
        <ul>
            <li>Blah second level</li>
        </ul>
    </ul>
    

    myeclipse starts nagging. As far as I know, nested lists are totally suported by IE and Gecko.

    #226838 Reply

    Riyad Kalla
    Member

    What browsers support and what the HTML specification actually IS are two separate things, the HTML Validator is strick HTML 4.01, so I suggest you turn it off if you are not doing strict HTML spec (which most people don’t anyway).

    #226852 Reply

    ivj
    Member

    Ok and how do I turn it off?

    #226859 Reply

    Riyad Kalla
    Member

    I posted it in your other thread, did you find it alright?

    #226865 Reply

    ivj
    Member
Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: HTML/JSP editor does NOT support nested lists

You must be logged in to post in the forum log in