• Resolved smfrick

    (@smfrick)


    I have a blog where I’m using an ordered list

      command and when I show it in preview I get 1. for each line item rather than getting the incrementing numbers. I’ve even tried to use the type=”1″ parameter in the ol, and nothing seems to work.

    <ol>
    <li>first item</li>
    <li>second item</li>
    <li>third item</li>
    </ol>

    results:
    1. first item
    1. second item
    1. third item

    Thanks for any help with this problem
    Steve

Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Ordered List Not working’ is closed to new replies.