List

  • Unknown's avatar

    I need an alphabet list instead of number. Meaning paragraph starting with a, then b, next c. Instead of 1, 2, 3. How to do.

    WP.com: Yes
    Correct account: Yes

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    I see that lettered elements is on the list for consideration in future updates, but at this time it is not possible to set a list to display in that way.

    In the meantime you can create ordered lists with the lower alphabet styling by using the HTML block and the following HTML formatting

    <ol type="a">
      <li>Coffee</li>
      <li>Tea</li>
      <li>Milk</li>
    </ol>
    

    Hope that helps. Please let us know if you have any more questions.

  • The topic ‘List’ is closed to new replies.