ol and ul not showing in Cottage 3

ol and ul lists not showing anywhere in template.

The code I have added to this page is from your own example. This is what I have placed on my test page:

Ordered list below

<ol>

<li>Aliquam tincidunt cons ectetuer mauris eu risus</li>

<li>Vestibulum auctor dapibus con sectet uer neque</li>

<li>Suspendisse a pellentesque dui, non felis</li>

</ol>

Bullets list below

<ul>

<li>Aliquam tincidunt cons ectetuer mauris eu risus</li>

<li>Vestibulum auctor dapibus con sectet uer neque</li>

<li>Suspendisse a pellentesque dui, non felis</li>

</ul>


Thank you.

Comments

Sign In or Register to comment.