Forums

Joomla WordPress & Nested Lists (3 posts)

  1. MPLAFrank
    Member
    Posted 1 year ago #

    I am attempting to match an author's layout which includes unordered lists nested within ordered lists in a WP for Joomla article. The result is that the nested unordered lists are being presented as ordered lists.
    That is:

    <ol>
    <li>Blah about
    <ul>
    <li>Stuff, and</li>
    <li>Stuff</li>
    </ul></li>
    <li>And also about
    <ul>
    <li>Other stuff, and</li>
    <li>Even More stuff</li>
    </ul></li>
    </ol>

    Appears as:
    1. Blah about
    1. Stuff, and
    2. Stuff
    2. And also about
    1. Other stuff, and
    2. Even More stuff

    It's not a disaster, but it doesn't match the author's submitted text.
    Clever suggestions, solutions?

  2. MPLAFrank
    Member
    Posted 1 year ago #

    Doh!
    The indentation is actually fine, as it appears in the article, and as it was when I typed the example text. WP just stripped all my leading spaces from my example.

  3. MPLAFrank
    Member
    Posted 1 year ago #

    If it's any easier, you an see the actual article with the actual bug here. Thxmuch any help.

Topic Closed

This topic has been closed to new replies.

About this Topic