Reply To: No Bullets or Numbers for UL, OL

Home Forums Forum No Bullets or Numbers for UL, OL Reply To: No Bullets or Numbers for UL, OL

#735

Each item in a list needs to be denoted with the list item tag. The list type tags contain them and are only used once.

  • test
  • test
<ul>
	<li>test</li>
	<li>test</li>
</ul>

🙂