The MU forums have moved to WordPress.org

Some error with nested ul,li - Plugin Issue - Please help, URGENT (2 posts)

  1. eyashwant
    Member
    Posted 14 years ago #

    http://soulblog.net/
    This is the website
    I installed plugin from http://wpmudevorg.wordpress.com/project/Sitewide-recent-comments
    I edited it and inserted it as per the latest Wordpress MU book.
    But there seems to be a problem with the nested

    Most likely, you nested tags and closed them in the wrong order. For example <p>...</p> is not acceptable, as must be closed before <p>. Acceptable nesting is: <p>...</p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

    __________________________________

    Please help me solve this so that I can have this website get going.
    Please help asap

  2. eyashwant
    Member
    Posted 14 years ago #

    RE-POSTING AS SOME OF THE CODE ARE CONVERTED AS STYLES

    http://soulblog.net/
    This is the website
    I installed plugin from http://wpmudevorg.wordpress.com/project/Sitewide-recent-comments
    I edited it and inserted it as per the latest Wordpress MU book.
    But there seems to be a problem with the nested <ul><li>
    More info at :

    http://validator.w3.org/check?uri=http%3A%2F%2Fsoulblog.net%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    Error :

    Line 129, Column 5: end tag for "ul" which is not finished

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.</blockquote>

    __________________________________

    Please help me solve this so that I can have this website get going.
    Please help asap

About this Topic

  • Started 14 years ago by eyashwant
  • Latest reply from eyashwant