<?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: Removing line breaks?</title>
		<link>http://en.forums.wordpress.com/topic/removing-line-breaks</link>
		<description>WordPress.com Forums &#187; Topic: Removing line breaks?</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 13:02:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/removing-line-breaks" rel="self" type="application/rss+xml" />

		<item>
			<title>1tess on "Removing line breaks?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-line-breaks#post-363579</link>
			<pubDate>Tue, 28 Jul 2009 13:18:27 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">363579@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It must be the paragraph tags. Use this model instead:</p>
<pre><code>&lt;div style=&quot;padding-left:2.5em;&quot;&gt;
TEXT_HERE
&lt;/div&gt;</code></pre>
<p>More info here:<br />
<a href="http://wpbtips.wordpress.com/2009/06/19/formatting-text-pt-2/" rel="nofollow">http://wpbtips.wordpress.com/2009/06/19/formatting-text-pt-2/</a></p>
<p>From your source code:<br />
<pre><code>&lt;p style=&quot;margin-left:70px;&quot;&gt;&lt;em&gt;What thou lovest well remains,&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;margin-left:100px;&quot;&gt;&lt;em&gt;The rest is dross&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;margin-left:70px;&quot;&gt;&lt;em&gt;What thou lov&#8217;st well shall not be reft from thee&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;margin-left:70px;&quot;&gt;&lt;em&gt;What thou lov&#8217;st well is thy true heritage&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align:right;&quot;&gt;Ezra Pound, &lt;em&gt;Pisan Cantos&lt;/em&gt;, LXXXI&lt;/p&gt;</code></pre>
]]></description>
					</item>
		<item>
			<title>topazbean on "Removing line breaks?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-line-breaks#post-363578</link>
			<pubDate>Tue, 28 Jul 2009 13:17:59 +0000</pubDate>
			<dc:creator>topazbean</dc:creator>
			<guid isPermaLink="false">363578@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The problem seems to be coming where I try and increase the indent for the second line. Nothing I do seems to get rid of the automatic line break while keeping the indent.
</p>
]]></description>
					</item>
		<item>
			<title>topazbean on "Removing line breaks?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-line-breaks#post-363574</link>
			<pubDate>Tue, 28 Jul 2009 13:10:29 +0000</pubDate>
			<dc:creator>topazbean</dc:creator>
			<guid isPermaLink="false">363574@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I didn't use Word, and in HTML editor I have just pressed return once and continued writing, which usually works, and that's why I'm so confused about it not happening here.
</p>
]]></description>
					</item>
		<item>
			<title>husdal on "Removing line breaks?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-line-breaks#post-363193</link>
			<pubDate>Mon, 27 Jul 2009 11:25:05 +0000</pubDate>
			<dc:creator>husdal</dc:creator>
			<guid isPermaLink="false">363193@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just had a look at your source code...Did you copy and paste this from MS Word (or any other text editor) by any chance? Next time: In the Visual Editor, use the little 'T' icon to paste as plain text, or use the 'W' icon to paste from MS Word, that strips off all the formatting.
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Removing line breaks?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-line-breaks#post-363189</link>
			<pubDate>Mon, 27 Jul 2009 11:08:55 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">363189@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>topazbean</p>
<p>Visual Editor: Instead of just pressing return at the end of each line, hold down the shift key and press return.<br />
HTML Editor: type the line, press return, type next line, etc.
</p>
]]></description>
					</item>
		<item>
			<title>topazbean on "Removing line breaks?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-line-breaks#post-363181</link>
			<pubDate>Mon, 27 Jul 2009 09:03:09 +0000</pubDate>
			<dc:creator>topazbean</dc:creator>
			<guid isPermaLink="false">363181@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm usually fine with there being line breaks between paragraphs, but I'm currently trying to quote part of a poem in my blog post, and it doesn't look right if there are breaks between each line. This is what it looks like so far:</p>
<p><a href="http://topazbean.wordpress.com/2009/07/08/calling-michael-jackson-the-greatest-entertainer-who-ever-lived-may-only-be-a-matter-of-opinion-but-it-is-a-valid-one/" rel="nofollow">http://topazbean.wordpress.com/2009/07/08/calling-michael-jackson-the-greatest-entertainer-who-ever-lived-may-only-be-a-matter-of-opinion-but-it-is-a-valid-one/</a></p>
<p>Does anyone know if I can remove them, or is it part of the theme to always put them in?
</p>
]]></description>
					</item>

	</channel>
</rss>
