Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #875296

    Hi guy,

    On this page I want to use an orderded list with letters. I tried

      . When I use it in a textblock, I see the letters in the editor, but the preview element shows numbers and the page does too. How can I get the letters to work?
    #875298

    Ah I tried <ol type="a">

    #875331

    Hi,

    Did the above work for you?

    Best regards,
    Jordan Shannon

    #875442

    No sorry, it was just an complement, because I didn’t use the code tag in my first message. So I dit just that piece of code. In the editor I see the letters, but not in the preview and on the page itself

    #875531

    Hi BuroStaal,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Can you specify the page as well, please?

    Best regards,
    Victoria

    #875776

    Hi Victoria,

    Of course, thank you. It’s about this page: https://www.burostaal.nl/algemene-voorwaarden/

    #875831

    Hi,

    Apologies, I misunderstood the exact need.

    If you want to have a letter or roman numeral you just have to add some CSS to your tag

    Upper Case Alphabet Example:

    
    <ol style="list-style:upper-alpha">
    <li>Item One</li>
    <li>Item Two</li>
    <li>Item Three</li>
    </ol>

    Best regards,
    Jordan Shannon

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