• When checking xhtml validation I get these errors a lot:

    Error Line 230 column 4: document type does not allow element “li” here; missing one of “ul”, “ol”, “menu”, “dir” start-tag.

    • Chuck out hanging file guides
    • All I did was select the line and use the li button.
      What’s the problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • <li> is a list item – but the validator needs to know if it’s a numbered list or not a numbered list.
    <ul>
    <li>this is an item</li>
    </ul>

    is an Unordered List

    <ol>
    <li>this is another item</li>
    </ol>

    is an Ordered List

    So just choose the one you want and place the tags around your </li>

    • ??
    Thread Starter nathanshaw

    (@nathanshaw)

    Very much appreciated.

    Can you confirm..

    To have bullet points, I need to use two of the functions.

    I need to put il tags around every line I want in a bullet list, and I also must use ol or ul tags around the entire list as well?

    Like this for example (I deleted the < and >’s in case the code activates):

    ul
    liGet a large sturdy metal filing cabinet/li
    liGet box files and card files/li
    liGet an electric label maker/li
    liChuck out hanging file guides/li/ul

    Also,

    I’ve installed the plugin called subscribe me, and the admin options window is there, displaying the images, and showing the feed that they connect to.

    But in my actual blog page, they don’t show. I’m using Kubrich so the meta tag is already there so it should show up.

    I also tried adding the the_subscribe_links tag but that doesn’t do anything either, except make the footer at the bottom of my blog not appear.

    https://www.organizedr.com/b/

    Any ideas what could be wrong?

    Thanks again, very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error using <li> tags’ is closed to new replies.