Not entirely sure if I am posting this in the right place, it is my firs trip to the WordPress forums.
I'm trying to do a nested list on my blog, but for some reason it is forcing all list items to be numbered. What I am looking for is to have the top tier in the list be numbered and the secondary tier have a bullet point. I thought I had the coding right on it, but it just isn't working. It does show correctly on the edit page, but once published it is incorrect.
For reference, here is the coding that I am using for it at the moment:
<strong>Religion</strong></p>
<ol>
<li>Growing Up With Religion
<ul>
<li>The Beginnings</li>
<li>The Good Years</li>
<li>Northside Freewill Baptist Church</li>
</ul>
</li>
<li>Moving Away From Religion<br />
<ul type="disc">
</li>
<li>The Downfall</li>
<li>Walking Away From It All</li>
<li>Core Beliefs<br />
<ul type="disc">
</li>
<li>Religious</li>
<li>Scientific</li>
<li>Wyrd</li>
<li>Melding the Beliefs<br />
<ul type="disc">
</li>
<li>Coexistence Without Conflict</li>
<li>Accepting the Errors That Arise</li>
<li>Issues<br />
<ul type="disc">
</li>
<li>Hypocrisy</li>
<li>The Death of Knowledge</li>
<li>Small Mindedness</li>
<li>Coming to Peace With it All<br />
<ul type="disc">
</li>
<li>Finding My Way Back</li>
<li>Beginning to Pray Again</li>
<li>Seeing Him Work in My Life Again</li>
<li>Accepting That I Am Still Far From Ready</li>
<li>Moving Forward<br />
<ul type="disc">
</li>
<li>Finding a New Church</li>
<li>The Future</li>
</ol>
I even tried removing 'type="disc" from the first ul list, but it didn't make any change.
The blog I need help with is forgotn1.wordpress.com.