XF 1.4 Html Confusion

JamesBrown

Well-known member
I want to format a page of text . I've created a text node.

In the html part I enter a list thus

<p>Simple list</p>
<ul>
<li>Alpha</li>
<li>Bravo</li>
<li>Charlie</li>
</ul>


But the formatting when rendered within the page looks like this, unformatted.

Simple list
Alpha
Bravo
Charlie

Why doesn't it look like this? Thanks

Simple list
  • Alpha
  • Bravo
  • Charlie
 
Top Bottom