<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Create Spaced Lists in WordPress Posts</title>
	<atom:link href="http://wordpress.jdwebdev.com/blog/spaced-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.jdwebdev.com/blog/spaced-lists/</link>
	<description>WP tips, plugins, news, resources, and more</description>
	<lastBuildDate>Fri, 27 Aug 2010 22:45:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: John Lamansky</title>
		<link>http://wordpress.jdwebdev.com/blog/spaced-lists/comment-page-1/#comment-421</link>
		<dc:creator>John Lamansky</dc:creator>
		<pubDate>Thu, 15 May 2008 19:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.jdwebdev.com/?p=57#comment-421</guid>
		<description>Hi Ozh,

Thanks for the comment. I&#039;d have to disagree with you that CSS is the only answer. I see three good reasons for using the &lt;p&gt; element:

&lt;ol&gt;
	&lt;li&gt;&lt;p&gt;Using the &lt;p&gt; element allows the spacing to be maintained when your post is being viewed in feedreaders.&lt;/p&gt;&lt;/li&gt;
	&lt;li&gt;&lt;p&gt;If you&#039;re using WordPress MU, CSS classes aren&#039;t allowed -- and stylesheet editing isn&#039;t either.&lt;/p&gt;&lt;/li&gt;
	&lt;li&gt;&lt;p&gt;If your lists contain enough content to warrant padding for readability purposes, then it&#039;s probably a paragraph, which means that the &lt;p&gt; element is entirely semantically-correct.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
		<content:encoded><![CDATA[<p>Hi Ozh,</p>
<p>Thanks for the comment. I&#8217;d have to disagree with you that CSS is the only answer. I see three good reasons for using the &lt;p&gt; element:</p>
<ol>
<li>
<p>Using the &lt;p&gt; element allows the spacing to be maintained when your post is being viewed in feedreaders.</p>
</li>
<li>
<p>If you&#8217;re using WordPress MU, CSS classes aren&#8217;t allowed &#8212; and stylesheet editing isn&#8217;t either.</p>
</li>
<li>
<p>If your lists contain enough content to warrant padding for readability purposes, then it&#8217;s probably a paragraph, which means that the &lt;p&gt; element is entirely semantically-correct.</p>
</li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://wordpress.jdwebdev.com/blog/spaced-lists/comment-page-1/#comment-420</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Thu, 15 May 2008 18:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.jdwebdev.com/?p=57#comment-420</guid>
		<description>Wow, that&#039;s pretty terrible if you ask me :)

The best way to do so is, definitely, to add a CSS rule so that li elements are padded. Either all your lists within posts, or just the &lt;ul class=&quot;spaced&quot;&gt; ones.</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s pretty terrible if you ask me <img src='http://wordpress.jdwebdev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The best way to do so is, definitely, to add a CSS rule so that li elements are padded. Either all your lists within posts, or just the &lt;ul class=&#8221;spaced&#8221;&gt; ones.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
