I use the HTML code:
<ol>
<li>first item</li>
<li>second item</li>
<li>third item</li>
</ol>
How can I print sign "-" instead of dot using OL HTML tag like example:
1 - first item 2 - second item 3 - third item
How can I implement it in HTML format.