Unordered lists nested inside ordered lists are showing up as ordered lists. My post is at http://abusiveviews.wordpress.com/2009/04/12/treat-spammers-the-right-way/
How can I correct it?
The blog I need help with is abusiveviews.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Unordered lists nested inside ordered lists are showing up as ordered lists. My post is at http://abusiveviews.wordpress.com/2009/04/12/treat-spammers-the-right-way/
How can I correct it?
The blog I need help with is abusiveviews.wordpress.com.
Try this:
<ol>
<li>ODERED LIST 1.
<ul>
<li>UNORDERED LIST A.</li>
<li>UNORDERED LIST B.</li>
</ul>
</li>
<li> ORDERED LIST 2.
<ul>
<li>UNORDERED LIST C.</li>
<li>UNORDERED LIST D.</li>
</ul>
</li>
<li> ORDERED LIST 3.
<ul>
<li>UNORDERED LIST E.</li>
<li>UNORDERED LIST F.</li>
</ul>
</li>
</ol>
This topic has been closed to new replies.