<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SeVeN &#187; line breaks</title>
	<atom:link href="http://seven.collective-b.org/tag/line-breaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://seven.collective-b.org</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 18:47:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress and Adding Line Breaks &#8211; a Hack</title>
		<link>http://seven.collective-b.org/2008/01/09/wordpress-and-adding-line-breaks/</link>
		<comments>http://seven.collective-b.org/2008/01/09/wordpress-and-adding-line-breaks/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 21:35:19 +0000</pubDate>
		<dc:creator>SeVeN</dc:creator>
				<category><![CDATA[Nerdy Stuff]]></category>
		<category><![CDATA[line breaks]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://seven.collective-b.org/2008/01/09/wordpress-and-adding-line-breaks/</guid>
		<description><![CDATA[<p>1-22-2012: It&#8217;s been four years since I made this original post and this solution appears to still be simplest one out there. I did a little looking around on the Internets and have seen all sorts of different attempts; plug-ins, rewriting style sheets, and long complicated lines of code. I&#8217;m a bit surprised that this [...]]]></description>
			<content:encoded><![CDATA[<p>1-22-2012: It&#8217;s been four years since I made this original post and this solution appears to still be simplest one out there. I did a little looking around on the Internets and have seen all sorts of different attempts; plug-ins, rewriting style sheets, and long complicated lines of code. I&#8217;m a bit surprised that this is still such an ongoing issue and that so many other folks are still having to spend hours searching for a way to add line breaks. I&#8217;m glad that I have been able to help out. </p>
<p>I came across the issue of adding a line break on one of my pages. This page contains an iframe, which may or may not be the root of the problem. My goal was to have a couple of lines of text, space, camera image, space, and a couple more lines of text. I finally got there, but it took a little Googling. I tried using the regular tags; <code>&lt;br&gt;</code> and <code>&lt;br /&gt;</code>, but they didn&#8217;t work. The original code for the iframe had the image being aligned to the left. By deleting the align code I was able to get the second line of text to move to the bottom of the frame. I still wanted an extra space under the camera image. After Googling for line breaks I stumbled on A Truth Seeker&#8217;s blog and copied this little snippet of code: <br clear="none" /><code>&lt;br clear="none" /&gt;</code></p>
<p>That did the trick. I&#8217;m calling this a hack since I didn&#8217;t really bother with too much research. I just tried stuff until I got my line break. I&#8217;m also a lazy html&#8217;er. I only learn code when I want to do something. Please feel free to add your comment, especially if you know what the correct solution should be. </p>
<p>(Edit 1/14/09: Deleted the link to the Harley Cam. Sadly, that page no longer exists.)<br />
(Edit 7/9/2010: Deleted the link to the Truth Seeker&#8217;s blog. It apparently no longer exists.)</p>
]]></content:encoded>
			<wfw:commentRss>http://seven.collective-b.org/2008/01/09/wordpress-and-adding-line-breaks/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>

