<?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>Tech Blog &#187; indent</title>
	<atom:link href="http://www.kensfi.com/tag/indent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kensfi.com</link>
	<description>Home is where you hang your @</description>
	<lastBuildDate>Wed, 28 Jul 2010 03:30:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Indent First Line of Blog Paragraphs</title>
		<link>http://www.kensfi.com/how-to-indent-first-line-of-blog-paragraphs/</link>
		<comments>http://www.kensfi.com/how-to-indent-first-line-of-blog-paragraphs/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 14:53:40 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[first line]]></category>
		<category><![CDATA[indent]]></category>
		<category><![CDATA[p tag]]></category>

		<guid isPermaLink="false">http://www.kensfi.com/?p=159</guid>
		<description><![CDATA[I&#8217;ve been running a while about this thing of indenting automatically the first line of the paragraph. Finally I solved this issue creating a new attribute for the &#60;p&#62; tag (paragraph tag). Is pretty simple to do this. Go to your css file, open it in notepad and add text-indent: 2em; Be sure the code [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been running a while about this thing of indenting automatically the first line of the paragraph. Finally I solved this issue creating a new attribute for the &lt;p&gt; tag (paragraph tag). Is pretty simple to do this.</p>
<p>Go to your css file, open it in notepad and add</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">text-indent: 2em;</div></div>
<p>Be sure the code you insert looks like this.</p>
<p>In my css, the p tag is the first and is looking in this manner:</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">p {text-indent: 2em;}</div></div>
<p>The only thing remain is that you need to press enter twice to separate one paragraph from other in order to have the first line with indent.
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kensfi.com%2Fhow-to-indent-first-line-of-blog-paragraphs%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kensfi.com%2Fhow-to-indent-first-line-of-blog-paragraphs%2F&amp;source=techSpin&amp;style=normal&amp;service=is.gd" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kensfi.com/how-to-indent-first-line-of-blog-paragraphs/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
