Page 1 of 1

HTML list tag with letters not works

Posted: Wed May 20, 2020 4:29 pm
by Fabio Pagano
Hi,I'd like to use a list using letter. So the syntax should be

<ul>
<li> list1:
<ol type="a">
<li>lista a
<li>lista b
<li>lista c
</ol>
<li> list2
</ul>

but it not works
here result:
° list1:
a lista a
a lista b
a lista c
° list2

can you help me?
thanks

Re: HTML list tag with letters not works

Posted: Thu May 21, 2020 9:21 am
by Lech Kulikowski
Hello,

All supported tags, you can find at the following article:
https://stimulsoft.zendesk.com/hc/en-us ... gs-in-text

Thank you.