• Hey all,

    I’m trying to make a new post that has an ordered list and in the middle of the ordered list I need to use a more tag. Unfortunately, the more tag causes the “Read More” link on the main page to be nestled right against the content. I want a line break in between the Read More link and the content but I can’t figure out a way to do it. Any suggestions?

    Here is the rough code so you can get an idea:

    1. Item 1
    2. Item 2
    3. <!–more–>

    4. Item 3

    And here is it how it display:

    Item 1
    Item 2
    READ MORE

    I want it to display:

    Item 1
    Item 2

    READ MORE

    Any suggestions would be greatly appreciated. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Make two ordered lists, each with their own open / close ol tags.

    Put the <!–more–> in between.

    In the second list, open with <ol start="3">

    ??

    Thread Starter moses08

    (@moses08)

    That’s a good solution but I’m getting a space after the new OL tag begins. Any way to eliminate this?

    Since the first list probably has a </p> after it and the next list is at the beginning of another <p> (with the <!–more–> tag in between) that space may be unavoidable.

    Nuts, hadn’t thought of that aspect.

    Thread Starter moses08

    (@moses08)

    Still looking for a solution to this if anybody has one. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘More Tag Conflicting with Ordered List’ is closed to new replies.