XF 1.2 Numbered bullet list

LuvMeSumZen

Active member
I created a page for my site and pretty much have all the code working like I want and the page looks good, but nothing I try will create a numbered list. Here's what I'm trying:

<ul>
<li>Item</li>
<li>Item</li>
<li>Item</li>
</ul>

<list=1>
<*>Item 1
<*>Item 2
<*>Item 3
</list>

The top one does create a list but no dots (bullets).
 
Top Bottom