Hi¡ I use Tempera and I’ve got a problem with unordered HTML List
I tipe
<ul style=”list-style-type:circle”>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li></ul>
…and i see a circle in the post and in the browser
I tipe
<ul style=”list-style-type:disc”>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
…and i see a circle too…
What’s wrong?
Txs