Hi guy,
On this page I want to use an orderded list with letters. I tried
Ah I tried <ol type="a">
Hi,
Did the above work for you?
Best regards,
Jordan Shannon
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
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
Hi Victoria,
Of course, thank you. It’s about this page: https://www.burostaal.nl/algemene-voorwaarden/
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