Solution to WordPress ordered lists?

Discussion in 'HTML & Website Design' started by JABacchetta, Dec 30, 2009.

  1. #1
    I have an article that has a list of 42 items. After about 7-10 items, I place a new title for each section. So for example, after 7 listed items, I have a title. The problem though is that after the title, the ordered list goes back to 1, when I need it to show as 8.

    Are there any solutions to this problem?
     
    JABacchetta, Dec 30, 2009 IP
  2. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #2
    Would it be too easy to use an unordered list and enter the numbers in yourself?

    • 1. Just like
    • 2. this
    • 3. Blabla
     
    Kerosene, Dec 30, 2009 IP
  3. QiSoftware

    QiSoftware Well-Known Member

    Messages:
    805
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    158
    #3
    did you try this:
    
    <ol>
    <li>test 1
    <li>test 2
    <li>test 3<br/>
    test
    <li>test 4
    <li>test 5
    </ol>
    
    HTML:
    Q...
     
    QiSoftware, Dec 30, 2009 IP
  4. JABacchetta

    JABacchetta Active Member

    Messages:
    352
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Except that the following sentences aren't indented (a lot cleaner) when the list isn't ordered.
     
    JABacchetta, Dec 30, 2009 IP
  5. gezzeg

    gezzeg Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I found this. Maybe could helps?

    http://www.arraystudio.com/as-workshop/make-ol-list-start-from-number-different-than-1-using-css.html
     
    gezzeg, Dec 30, 2009 IP