Page Template HTML editor

Chimpie

Well-known member
In Pages, is the Template HTML editor a true HTML editor or am I misunderstanding its purpose?

I've entered the following code but it doesn't display as it should (as I understand it)..
HTML:
<p> Typing this into the Template HTML box.</p>
 
<p>This is a list...</p>
<ul>
<li>Item one</li>
<li>Item two</li>
<li>Item three
<ul>
<li>Subitem one</li>
<li>Subitem two</li>
</ul>
</li>
</ul>

http://chimpie.com/xenforo/pages/child-test-page/

Thoughts?
 
Top Bottom