<?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: WordPress trick – Adding empty lines</title>
	<atom:link href="http://sitesthatsoar.com/wordpress/wordpress-trick-adding-empty-lines/feed/" rel="self" type="application/rss+xml" />
	<link>http://sitesthatsoar.com/wordpress/wordpress-trick-adding-empty-lines/</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 12:56:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=1779</generator>
	<item>
		<title>By: cifronet.com</title>
		<link>http://sitesthatsoar.com/wordpress/wordpress-trick-adding-empty-lines/comment-page-1/#comment-471</link>
		<dc:creator>cifronet.com</dc:creator>
		<pubDate>Fri, 28 May 2010 14:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=35#comment-471</guid>
		<description>Here is one more solution:

http://wordpress.org/support/topic/404135?replies=1

ver. 2.9.2 or near</description>
		<content:encoded><![CDATA[<p>Here is one more solution:</p>
<p><a href="http://wordpress.org/support/topic/404135?replies=1" rel="nofollow">http://wordpress.org/support/topic/404135?replies=1</a></p>
<p>ver. 2.9.2 or near</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rico Suave</title>
		<link>http://sitesthatsoar.com/wordpress/wordpress-trick-adding-empty-lines/comment-page-1/#comment-459</link>
		<dc:creator>Rico Suave</dc:creator>
		<pubDate>Thu, 29 Apr 2010 02:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=35#comment-459</guid>
		<description>I think what the main author meant to write, in terms of code to put on the HTML page, is:

&lt;p&gt;&amp;nbsp&lt;/p&gt;

If I just put a blank space inbetween the &lt;p&gt; then I get no blank line.  I have to put the &nbsp; (which is HTML for &quot;blank space&quot;) to get that effect.

Note that, to write that ampersand, you&#039;ll have to write &amp;nbsp; to actually get it to show the ampersand, as it&#039;ll translate the &quot;&amp;&quot; into just &quot;&amp;&quot; if you don&#039;t write the extra.  Which, as you can guess, gets recursively annoying *very* quickly...</description>
		<content:encoded><![CDATA[<p>I think what the main author meant to write, in terms of code to put on the HTML page, is:</p>
<p>&lt;p&gt;&amp;nbsp&lt;/p&gt;</p>
<p>If I just put a blank space inbetween the &lt;p&gt; then I get no blank line.  I have to put the &amp;nbsp; (which is HTML for &#8220;blank space&#8221;) to get that effect.</p>
<p>Note that, to write that ampersand, you&#8217;ll have to write &amp;amp;nbsp; to actually get it to show the ampersand, as it&#8217;ll translate the &#8220;&amp;amp;&#8221; into just &#8220;&amp;&#8221; if you don&#8217;t write the extra.  Which, as you can guess, gets recursively annoying *very* quickly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal Kambli</title>
		<link>http://sitesthatsoar.com/wordpress/wordpress-trick-adding-empty-lines/comment-page-1/#comment-449</link>
		<dc:creator>Vishal Kambli</dc:creator>
		<pubDate>Wed, 17 Mar 2010 13:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=35#comment-449</guid>
		<description>OK. heres another solution to add blank lines, but this is not a clean method:
add a - or ~ or any small special character and change its color equal to the background color.</description>
		<content:encoded><![CDATA[<p>OK. heres another solution to add blank lines, but this is not a clean method:<br />
add a &#8211; or ~ or any small special character and change its color equal to the background color.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AZNotify.com</title>
		<link>http://sitesthatsoar.com/wordpress/wordpress-trick-adding-empty-lines/comment-page-1/#comment-427</link>
		<dc:creator>AZNotify.com</dc:creator>
		<pubDate>Mon, 25 Jan 2010 23:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=35#comment-427</guid>
		<description>To add an empty line, type a character on the line and make it the same color as the background so it will be invisible, for example a white period on a white FFFFFF page, like this:
.</description>
		<content:encoded><![CDATA[<p>To add an empty line, type a character on the line and make it the same color as the background so it will be invisible, for example a white period on a white FFFFFF page, like this:<br />
.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ais</title>
		<link>http://sitesthatsoar.com/wordpress/wordpress-trick-adding-empty-lines/comment-page-1/#comment-387</link>
		<dc:creator>Ais</dc:creator>
		<pubDate>Sat, 05 Dec 2009 10:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=35#comment-387</guid>
		<description>Chromedragon,  

If your images are disappearing, you may have a glitch in your WordPress installation.  Consider overwriting the files with a fresh copy of them, as if you&#039;re doing an update.  (The step-by-step instructions are at WordPress.org: http://codex.wordpress.org/Upgrading_WordPress )

Other than that, I agree.  There are times when it&#039;s very frustrating to get a post to look &quot;just so&quot; and include graphics where they&#039;re supposed to be.  

That said, the ease of updating and maintaining websites still makes WordPress my first choice.  If I didn&#039;t have WordPress, I&#039;m not sure that I&#039;d be updating my larger websites at all.

I hope you find some easy fixes for your post challenges.  Publisher sets the bar fairly high, and though I don&#039;t expect WordPress to reach that in any hurry, sometimes we find tweaks that work well enough for now.

Cheerfully,
Ais</description>
		<content:encoded><![CDATA[<p>Chromedragon,  </p>
<p>If your images are disappearing, you may have a glitch in your WordPress installation.  Consider overwriting the files with a fresh copy of them, as if you&#8217;re doing an update.  (The step-by-step instructions are at WordPress.org: <a href="http://codex.wordpress.org/Upgrading_WordPress" rel="nofollow">http://codex.wordpress.org/Upgrading_WordPress</a> )</p>
<p>Other than that, I agree.  There are times when it&#8217;s very frustrating to get a post to look &#8220;just so&#8221; and include graphics where they&#8217;re supposed to be.  </p>
<p>That said, the ease of updating and maintaining websites still makes WordPress my first choice.  If I didn&#8217;t have WordPress, I&#8217;m not sure that I&#8217;d be updating my larger websites at all.</p>
<p>I hope you find some easy fixes for your post challenges.  Publisher sets the bar fairly high, and though I don&#8217;t expect WordPress to reach that in any hurry, sometimes we find tweaks that work well enough for now.</p>
<p>Cheerfully,<br />
Ais</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CHROMEDRAGON</title>
		<link>http://sitesthatsoar.com/wordpress/wordpress-trick-adding-empty-lines/comment-page-1/#comment-386</link>
		<dc:creator>CHROMEDRAGON</dc:creator>
		<pubDate>Fri, 04 Dec 2009 23:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=35#comment-386</guid>
		<description>Wow! Adding posts in Wordpress is indeed frustrating! If there were no images, it would be an easy thing, but I need to have images to better depict my message. I hope Wordpress people fix this. Using the   as stated works, that is, until you look at the post in Visual mode, then it disappears. Not good.

I wish they would provide the ease that Publisher provides when creating a page. Each paragraph, each image right where you want it.</description>
		<content:encoded><![CDATA[<p>Wow! Adding posts in WordPress is indeed frustrating! If there were no images, it would be an easy thing, but I need to have images to better depict my message. I hope WordPress people fix this. Using the   as stated works, that is, until you look at the post in Visual mode, then it disappears. Not good.</p>
<p>I wish they would provide the ease that Publisher provides when creating a page. Each paragraph, each image right where you want it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
