<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Having Trouble with Nested Lists</title>
		<link>http://en.forums.wordpress.com/topic/having-trouble-with-nested-lists</link>
		<description>WordPress.com Forums &#187; Topic: Having Trouble with Nested Lists</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 13:09:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/having-trouble-with-nested-lists" rel="self" type="application/rss+xml" />

		<item>
			<title>kobenland on "Having Trouble with Nested Lists"</title>
			<link>http://en.forums.wordpress.com/topic/having-trouble-with-nested-lists#post-1116276</link>
			<pubDate>Tue, 08 Jan 2013 22:55:48 +0000</pubDate>
			<dc:creator>kobenland</dc:creator>
			<guid isPermaLink="false">1116276@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>Thank you for bringing the issue to our attention! It should be all taken care of now.</p>
<p>Please feel free to open a new thread if the issue still persists or you have any other question. I'm sorry that it took us so long to respond.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Having Trouble with Nested Lists"</title>
			<link>http://en.forums.wordpress.com/topic/having-trouble-with-nested-lists#post-1022013</link>
			<pubDate>Tue, 25 Sep 2012 20:03:16 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1022013@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Your code is correct. The problem is a mistake in the CSS of the theme you're using. You can correct it by turning each one of the opening li tags inside the ul to this:<br />
<code>&lt;li style=&quot;list-style-type:disc;&quot;&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Having Trouble with Nested Lists"</title>
			<link>http://en.forums.wordpress.com/topic/having-trouble-with-nested-lists#post-1021561</link>
			<pubDate>Tue, 25 Sep 2012 13:02:59 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1021561@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I had a problem with a nested list too. It was a vit ago, and I think I recall that it was interpreting the required open list elements before the ul or ol's as incorrect and in correcting the XHTML, it closed them.</p>
<p>I can't recall now whether I just made sure I disabled  the correct XHTML or what. Try disabling the " corrects xhtml" option under formatting on the dashboard, settings, writing area.
</p>
]]></description>
					</item>
		<item>
			<title>forgotn1 on "Having Trouble with Nested Lists"</title>
			<link>http://en.forums.wordpress.com/topic/having-trouble-with-nested-lists#post-1021492</link>
			<pubDate>Tue, 25 Sep 2012 10:43:01 +0000</pubDate>
			<dc:creator>forgotn1</dc:creator>
			<guid isPermaLink="false">1021492@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Awesome. Totally bungled putting the code on here and there's no edit option that I can find. Let's see if I can get it right this time. If not, I apologize.</p>
<p><code>&lt; strong&gt;Religion&lt; /strong&gt;&lt;br /&gt;
&lt; ol&gt;&lt;br /&gt;
	&lt; li&gt;Growing Up With Religion&lt;br /&gt;
&lt; ul&gt;&lt;br /&gt;
	&lt; li&gt;The Beginnings&lt; /li&gt;&lt;br /&gt;
	&lt; li&gt;The Good Years&lt; /li&gt;&lt;br /&gt;
	&lt; li&gt;Northside Freewill Baptist Church&lt; /li&gt;&lt;br /&gt;
&lt; /ul&gt;&lt;br /&gt;
&lt; /li&gt;&lt;br /&gt;
	&lt; li&gt;Moving Away From Religion&lt;br /&gt;
&lt; ul type=&quot;disc&quot;&gt;&lt;br /&gt;
	&lt; li&gt;The Downfall&lt; /li&gt;&lt;br /&gt;
	&lt; li&gt;Walking Away From It All&lt; /li&gt;&lt;br /&gt;
&lt; /ul&gt;&lt;br /&gt;
&lt; /li&gt;&lt;br /&gt;
&lt; /ol&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>forgotn1 on "Having Trouble with Nested Lists"</title>
			<link>http://en.forums.wordpress.com/topic/having-trouble-with-nested-lists#post-1021491</link>
			<pubDate>Tue, 25 Sep 2012 10:40:29 +0000</pubDate>
			<dc:creator>forgotn1</dc:creator>
			<guid isPermaLink="false">1021491@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Not entirely sure if I am posting this in the right place, it is my firs trip to the WordPress forums. </p>
<p>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. </p>
<p>For reference, here is the coding that I am using for it at the moment:</p>
<p><code>&lt;strong&gt;Religion&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Growing Up With Religion
&lt;ul&gt;
&lt;li&gt;The Beginnings&lt;/li&gt;
&lt;li&gt;The Good Years&lt;/li&gt;
&lt;li&gt;Northside Freewill Baptist Church&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Moving Away From Religion&lt;br /&gt;
&lt;ul type=&quot;disc&quot;&gt;
	&lt;/li&gt;
&lt;li&gt;The Downfall&lt;/li&gt;
&lt;li&gt;Walking Away From It All&lt;/li&gt;
&lt;li&gt;Core Beliefs&lt;br /&gt;
&lt;ul type=&quot;disc&quot;&gt;
	&lt;/li&gt;
&lt;li&gt;Religious&lt;/li&gt;
&lt;li&gt;Scientific&lt;/li&gt;
&lt;li&gt;Wyrd&lt;/li&gt;
&lt;li&gt;Melding the Beliefs&lt;br /&gt;
&lt;ul type=&quot;disc&quot;&gt;
	&lt;/li&gt;
&lt;li&gt;Coexistence Without Conflict&lt;/li&gt;
&lt;li&gt;Accepting the Errors That Arise&lt;/li&gt;
&lt;li&gt;Issues&lt;br /&gt;
&lt;ul type=&quot;disc&quot;&gt;
	&lt;/li&gt;
&lt;li&gt;Hypocrisy&lt;/li&gt;
&lt;li&gt;The Death of Knowledge&lt;/li&gt;
&lt;li&gt;Small Mindedness&lt;/li&gt;
&lt;li&gt;Coming to Peace With it All&lt;br /&gt;
&lt;ul type=&quot;disc&quot;&gt;
	&lt;/li&gt;
&lt;li&gt;Finding My Way Back&lt;/li&gt;
&lt;li&gt;Beginning to Pray Again&lt;/li&gt;
&lt;li&gt;Seeing Him Work in My Life Again&lt;/li&gt;
&lt;li&gt;Accepting That I Am Still Far From Ready&lt;/li&gt;
&lt;li&gt;Moving Forward&lt;br /&gt;
&lt;ul type=&quot;disc&quot;&gt;
	&lt;/li&gt;
&lt;li&gt;Finding a New Church&lt;/li&gt;
&lt;li&gt;The Future&lt;/li&gt;
&lt;/ol&gt;
</code></p>
<p>I even tried removing 'type="disc" from the first ul list, but it didn't make any change.
</p>
]]></description>
					</item>

	</channel>
</rss>
