[Resolved] Lists with letters

Home Forums Support [Resolved] Lists with letters

Home Forums Support Lists with letters

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #495401
    _blank

    Hi,

    In WordPress editor (text mode) I try to add a list with letters by using <ol type="a">, but the front-end shows numbers anyway. How to correct it?

    #495522
    Leo
    Staff
    Customer Support
    #495543
    _blank

    It is.

    In the visual editor the following code gives a list with letters:

    <ol type="a">
     	<li>last wills and endowments,</li>
     	<li>contribution of legal persons,</li>
     	<li>revenue from collections and public events</li>
     	<li>revenue from movable and fixed property,</li>
     	<li>revenue from Foundation economic activities.</li>
    </ol>

    which in the front-end results in a list with numbers. See here: http://ispan.waw.pl/fs/en/the-slavic-foundation-statute/

    #495818
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This should help: https://wordpress.org/support/topic/ol-list-type-not-showing-properly/

    Let me know ๐Ÿ™‚

    #495908
    _blank

    The following works to show lowercase letters:
    <ol style="list-style-type: lower-latin;">

    Thanks

    #496348
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.