<?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; Tag: blank line - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/blank-line</link>
		<description>WordPress.com Forums &#187; Tag: blank line - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 07:09:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/blank-line" rel="self" type="application/rss+xml" />

		<item>
			<title>dianehenders on "Blank line bug in Widgets, Pilcrow theme?"</title>
			<link>http://en.forums.wordpress.com/topic/blank-line-bug-in-widgets-pilcrow-theme#post-1180764</link>
			<pubDate>Thu, 14 Mar 2013 00:58:31 +0000</pubDate>
			<dc:creator>dianehenders</dc:creator>
			<guid isPermaLink="false">1180764@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm using the Pilcrow theme with one right-hand sidebar (widgets are dragged to the main Sidebar space).  It has worked fine for nearly two years, but now an extra blank line is being added to any widget that I place near the top of the sidebar.</p>
<p>If I place a text widget there, the anomaly shows up as a line break (hard return) in the middle of the text.  If I place a picture widget, a blank image box appears below my title but floating above the main image box.  If I place the Recent Posts widget there, I get an extra list box with a single blank bullet below my title and above my main list box.</p>
<p>The "blank line" is in a fixed position near the top of the sidebar, and its position isn't affected by adding or removing widgets above it.</p>
<p>Is there any way to fix this?
</p>
]]></description>
					</item>
		<item>
			<title>seamusoconnell on "How to insert blank line"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-insert-blank-line#post-861348</link>
			<pubDate>Tue, 10 Apr 2012 14:11:28 +0000</pubDate>
			<dc:creator>seamusoconnell</dc:creator>
			<guid isPermaLink="false">861348@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for this. I used the HTML code for top padding of 48px, and it worked fine.</p>
<p>Seamus O'Connell
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "How to insert blank line"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-insert-blank-line#post-860628</link>
			<pubDate>Mon, 09 Apr 2012 14:49:32 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">860628@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>~~
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "How to insert blank line"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-insert-blank-line#post-860627</link>
			<pubDate>Mon, 09 Apr 2012 14:48:55 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">860627@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes: the dummy text will show if a user has set their browser to different colors, it will show if someone highlights or copypastes the text, it will show in the RSS feed of a post, and it may show if the theme displays post excerpts on category and other archive pages.</p>
<p>The right way to increase the space below a paragraph is to add bottom margin or bottom padding in the HTML editor, for example:<br />
<code>&lt;p style=&quot;margin-bottom:24px;&quot;&gt;TEXT HERE&lt;/p&gt;</code><br />
or:<br />
<code>&lt;p style=&quot;padding-bottom:24px;&quot;&gt;TEXT HERE&lt;/p&gt;</code></p>
<p>Change the number to adjust the space.</p>
<p>Or, of course:<br />
<code>&lt;p style=&quot;margin-top:24px;&quot;&gt;TEXT HERE&lt;/p&gt;</code><br />
or<br />
<code>&lt;p style=&quot;padding-top:24px;&quot;&gt;TEXT HERE&lt;/p&gt;</code><br />
for extra space <em>above</em> a paragraph.
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "How to insert blank line"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-insert-blank-line#post-860625</link>
			<pubDate>Mon, 09 Apr 2012 14:44:18 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">860625@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In the Visual Editor, when you press return (enter), you should get one blank line. If you don't want a blank line, then hold "shift" as you press return.</p>
<p>(be sure "Format" is set to paragraph)</p>
<p>If you want more than one line of space, you can use html to define how much space you want:<br />
<a href="http://wpbtips.wordpress.com/2009/06/10/formatting-text-pt-1/" rel="nofollow">http://wpbtips.wordpress.com/2009/06/10/formatting-text-pt-1/</a></p>
<p>There is nothing wrong with your hidden text, but if someone copies and pastes, then the text will become apparent. It doesn't look very professional… With coding you can control more precisely how much space you want.
</p>
]]></description>
					</item>
		<item>
			<title>seamusoconnell on "How to insert blank line"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-insert-blank-line#post-860618</link>
			<pubDate>Mon, 09 Apr 2012 14:31:40 +0000</pubDate>
			<dc:creator>seamusoconnell</dc:creator>
			<guid isPermaLink="false">860618@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you want to insert blank lines into a post or page, for example to increase the spacing between paragraphs, you can't just enter new line - the editor subsequently removes the white space.</p>
<p>However, it seems to me that an easy way to do it is to insert a line with some dummy text and use &#60;Select text colour&#62; in the Kitchen Sink to set the dummy text to white (or whatever is the background colour). I’ve done it in a blog I've just started to set up. But are there any problems I’m not aware of?</p>
<p>Seamus O'Connell
</p>
]]></description>
					</item>
		<item>
			<title>sseuja on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855877</link>
			<pubDate>Mon, 02 Apr 2012 18:04:16 +0000</pubDate>
			<dc:creator>sseuja</dc:creator>
			<guid isPermaLink="false">855877@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That worked perfect! Thanks! (for the info too)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855545</link>
			<pubDate>Mon, 02 Apr 2012 04:06:24 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">855545@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There's blank space before a list because the text that precedes it is a paragraph. To decrease the space you need to decrease the bottom margin of that paragraph, for example:<br />
<code>&lt;p style=&quot;margin-bottom:4px;&quot;&gt;Line of words and such.&lt;/p&gt;</code><br />
Change the number to adjust.
</p>
]]></description>
					</item>
		<item>
			<title>sseuja on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855480</link>
			<pubDate>Mon, 02 Apr 2012 02:38:25 +0000</pubDate>
			<dc:creator>sseuja</dc:creator>
			<guid isPermaLink="false">855480@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks. I'd wish you the same, but you seem to be an expert :)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855475</link>
			<pubDate>Mon, 02 Apr 2012 02:34:45 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855475@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Best wishes with your blog.
</p>
]]></description>
					</item>
		<item>
			<title>sseuja on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855473</link>
			<pubDate>Mon, 02 Apr 2012 02:33:45 +0000</pubDate>
			<dc:creator>sseuja</dc:creator>
			<guid isPermaLink="false">855473@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yeah, I try and will try to use those links before I post on the forum.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855466</link>
			<pubDate>Mon, 02 Apr 2012 02:24:14 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855466@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome. On the bottom of your Admin page you will find a link to the Learn WordPress.com blogging Tutorial prepared by Staff. <a href="http://learn.wordpress.com/" rel="nofollow">http://learn.wordpress.com/</a> The support documentation is all found at the Support link <a href="http://en.support.wordpress.com" rel="nofollow">http://en.support.wordpress.com</a> which is also on the bottom of your Admin page.<br />
<a href="http://en.support.wordpress.com/introduction/" rel="nofollow">http://en.support.wordpress.com/introduction/</a>
</p>
]]></description>
					</item>
		<item>
			<title>sseuja on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855461</link>
			<pubDate>Mon, 02 Apr 2012 02:17:31 +0000</pubDate>
			<dc:creator>sseuja</dc:creator>
			<guid isPermaLink="false">855461@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Haha, okay. I was just wondering if there was a way to get rid of it.<br />
Thanks, anyway.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855459</link>
			<pubDate>Mon, 02 Apr 2012 02:16:18 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855459@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You could accept the fact that the code is working properly and focus your attention on creating content.
</p>
]]></description>
					</item>
		<item>
			<title>sseuja on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855456</link>
			<pubDate>Mon, 02 Apr 2012 02:13:23 +0000</pubDate>
			<dc:creator>sseuja</dc:creator>
			<guid isPermaLink="false">855456@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok, so what do I do?<br />
I'm a complete rookie to both blogging and html. T.T
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855452</link>
			<pubDate>Mon, 02 Apr 2012 02:07:58 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855452@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just as <code>&lt;/ul&gt;</code> is required to tell the software to end the unordered list.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855450</link>
			<pubDate>Mon, 02 Apr 2012 02:07:09 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855450@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Of course it didn't. It's required to tell the software to start an unordered list. Just a  is required to tel the software to end the unordered list.
</p>
]]></description>
					</item>
		<item>
			<title>sseuja on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855448</link>
			<pubDate>Mon, 02 Apr 2012 01:58:01 +0000</pubDate>
			<dc:creator>sseuja</dc:creator>
			<guid isPermaLink="false">855448@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Getting rid of the ul part didn't work
</p>
]]></description>
					</item>
		<item>
			<title>sseuja on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855443</link>
			<pubDate>Mon, 02 Apr 2012 01:56:08 +0000</pubDate>
			<dc:creator>sseuja</dc:creator>
			<guid isPermaLink="false">855443@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh, do I just get rid of the ul part completely?
</p>
]]></description>
					</item>
		<item>
			<title>sseuja on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855442</link>
			<pubDate>Mon, 02 Apr 2012 01:55:31 +0000</pubDate>
			<dc:creator>sseuja</dc:creator>
			<guid isPermaLink="false">855442@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>uh, "ul" in angle brackets was supposed to be in the quotes
</p>
]]></description>
					</item>
		<item>
			<title>sseuja on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855441</link>
			<pubDate>Mon, 02 Apr 2012 01:54:42 +0000</pubDate>
			<dc:creator>sseuja</dc:creator>
			<guid isPermaLink="false">855441@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Um, because of the '
<ul>' ?<br />
How would you format it so that the blank line is gone?</ul>
]]></description>
					</item>
		<item>
			<title>timethief on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855440</link>
			<pubDate>Mon, 02 Apr 2012 01:53:16 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855440@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>this is the code found in the HTML editor:<br />
<pre><code>Line of words and such.
&lt;ul&gt;
	&lt;li&gt;Bullet&lt;/li&gt;
	&lt;li&gt;and&lt;/li&gt;
	&lt;li&gt;unordered&lt;/li&gt;
	&lt;li&gt;list&lt;/li&gt;
&lt;/ul&gt;</code></pre>
<p>Can you see why there is a blank line now?
</p>
]]></description>
					</item>
		<item>
			<title>sseuja on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855437</link>
			<pubDate>Mon, 02 Apr 2012 01:46:31 +0000</pubDate>
			<dc:creator>sseuja</dc:creator>
			<guid isPermaLink="false">855437@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://recallandrelay.wordpress.com/2012/04/01/see-bullets-and-blank-line/" rel="nofollow">http://recallandrelay.wordpress.com/2012/04/01/see-bullets-and-blank-line/</a><br />
There's a whole lot of blank space separating the bullets from the first line.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855398</link>
			<pubDate>Mon, 02 Apr 2012 00:15:23 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855398@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please post an active link starting with http:// to an example in a post or page so we can see exactly what you mean.
</p>
]]></description>
					</item>
		<item>
			<title>sseuja on "HTML Removing Blank Lines for Bullets (unordered lists)"</title>
			<link>http://en.forums.wordpress.com/topic/html-removing-blank-lines-for-bullets-unordered-lists#post-855396</link>
			<pubDate>Mon, 02 Apr 2012 00:12:11 +0000</pubDate>
			<dc:creator>sseuja</dc:creator>
			<guid isPermaLink="false">855396@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do you get rid of the blank line that appears between a regular line of words and bulleted line? I've tried the tip <a href="http://wpbtips.wordpress.com/2009/06/10/formatting-text-pt-1/">here</a> but it doesn't work for bullets. And I don't have CSS, by the way.
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "I have a solution to the empty blank lines problem"</title>
			<link>http://en.forums.wordpress.com/topic/i-have-a-solution-to-the-empty-blank-lines-problem#post-551766</link>
			<pubDate>Sun, 30 Jan 2011 16:45:25 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">551766@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You did not specify a blog address or reason for posting when you created this topic.</p>
<p>This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you'll find help at the <a href="http://wordpress.org/support/">WordPress.org forums</a>.</p>
<p>If you don't understand the difference between WordPress.com and WordPress.org, you may find <a href="http://support.wordpress.com/com-vs-org/">this information</a> helpful.</p>
<p>If you forgot to include a link to your blog, you can reply and include it below.  It'll help people to answer your question.</p>
<p>This is an automated message.
</p>
]]></description>
					</item>
		<item>
			<title>saigim on "I have a solution to the empty blank lines problem"</title>
			<link>http://en.forums.wordpress.com/topic/i-have-a-solution-to-the-empty-blank-lines-problem#post-551765</link>
			<pubDate>Sun, 30 Jan 2011 16:45:24 +0000</pubDate>
			<dc:creator>saigim</dc:creator>
			<guid isPermaLink="false">551765@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I searched around and noticed there are a lot of people trying to search for a way to ad blank lines in wordpress. Here is my simple solution:</p>
<p>I noticed it worked in one post and it didn’t in another. I got a look in the code and I noticed that if you change the style (for instance from normal to italic) on a blank line and then type a (space) it makes the line a valid empty line.</p>
<p>So I’ll explain it again, do it in the exact same order as I prescribe<br />
do this:<br />
1) press (enter) so you get a new line in the visual editor<br />
2) change the type to italic (or bold) in the wysiwyg editor<br />
3) press (space)</p>
<p>It's important the font type changes between the lines in order for it to work.</p>
<p>happy to be of service</p>
<p>Saigim
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "How to insert an extra line"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-insert-an-extra-line#post-230668</link>
			<pubDate>Fri, 25 Jul 2008 05:43:28 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">230668@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Uh-huh. That's just how WP.com works. It doesn't like it when people try to add extra spaces, and they have to resort to tricks like that or putting periods in and changing them to the background colour.
</p>
]]></description>
					</item>
		<item>
			<title>roundpicture on "How to insert an extra line"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-insert-an-extra-line#post-230656</link>
			<pubDate>Fri, 25 Jul 2008 05:13:32 +0000</pubDate>
			<dc:creator>roundpicture</dc:creator>
			<guid isPermaLink="false">230656@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oops, the HTML codes didn't show up in my post above.</p>
<p>ie. by 'entering' or adding<br />
in HTML.</p>
<p>should read...</p>
<p>ie. by 'entering' or adding <code>&lt;br /&gt;</code> in HTML.</p>
<p>AND</p>
<p>&#60;p&#62; &#60;/p&#62;</p>
<p>should read...</p>
<p><code>&lt;p&gt;&nbsp;&lt;/p&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>roundpicture on "How to insert an extra line"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-insert-an-extra-line#post-230655</link>
			<pubDate>Fri, 25 Jul 2008 05:07:44 +0000</pubDate>
			<dc:creator>roundpicture</dc:creator>
			<guid isPermaLink="false">230655@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I haven't been able to add an extra line in my post by 'normal' means till now,<br />
ie. by 'entering' or adding <br /> in HTML.</p>
<p>However, I have managed to force HTML to create an extra line by adding:<br />
&#60;p&#62;&#160;&#60;/p&#62;</p>
<p>I don't know why I am having this problem but it could be related to the theme I am using which is Mistylook (by Sadish).</p>
<p>I just wanted to share this info because I have been having enough probs with it till now, and there might be others with the same prob.
</p>
]]></description>
					</item>

	</channel>
</rss>
