<?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>FOR BETTER DESIGNS &#187; blockquotes</title>
	<atom:link href="http://www.forbetterdesigns.com/tag/blockquotes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forbetterdesigns.com</link>
	<description>Articles and resources to improve your designs</description>
	<lastBuildDate>Thu, 22 Jul 2010 09:02:48 +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>Adding nice looking blockquotes for your posts using css</title>
		<link>http://www.forbetterdesigns.com/2009/11/11/little-tips-adding-nice-looking-blockquotes-for-your-posts-using-css/</link>
		<comments>http://www.forbetterdesigns.com/2009/11/11/little-tips-adding-nice-looking-blockquotes-for-your-posts-using-css/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:00:38 +0000</pubDate>
		<dc:creator>Ali Chorov</dc:creator>
				<category><![CDATA[The blog design]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[better]]></category>
		<category><![CDATA[blockquotes]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[little]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.forbetterdesigns.com/?p=251</guid>
		<description><![CDATA[In this post I want to give you this little tip I decided to use here in my blog. This is a blockquotes which are stylised with CSS and they can make your blog to look much nice. For example you have some code HTML, CSS or whatever in your post and you want to [...]


Related posts:<ol><li><a href='http://www.forbetterdesigns.com/2009/10/21/little-css-tips/' rel='bookmark' title='Permanent Link: Some little css tips you can use in your blog'>Some little css tips you can use in your blog</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/10/18/for-better-design-template-1-tutorial-4-seperate-the-posts/' rel='bookmark' title='Permanent Link: Seperate the posts in your wordpress theme'>Seperate the posts in your wordpress theme</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/11/08/for-better-design-template-1-tutorial-6-some-minor-design-fixes/' rel='bookmark' title='Permanent Link: Some minor design fixes for my new wordpress theme'>Some minor design fixes for my new wordpress theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 7px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.forbetterdesigns.com%2F2009%2F11%2F11%2Flittle-tips-adding-nice-looking-blockquotes-for-your-posts-using-css%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.forbetterdesigns.com%2F2009%2F11%2F11%2Flittle-tips-adding-nice-looking-blockquotes-for-your-posts-using-css%2F&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.forbetterdesigns.com/wp-content/uploads/2009/11/9.jpg"><img class="alignnone size-full wp-image-438" title="add nice quotes to your " src="http://www.forbetterdesigns.com/wp-content/uploads/2009/11/9.jpg" alt="" width="758" height="336" /></a></p>
<p>In this post I want to give you this little tip I decided to use here in my blog. This is a blockquotes which are stylised with CSS and they can make your blog to look much nice.</p>
<p><span id="more-251"></span></p>
<p>For example you have some code HTML, CSS or whatever in your post and you want to make some border around it and maybe different background color.</p>
<p>Here is the code:</p>
<blockquote>
<div style="border: 1px dashed #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">&lt;blockquote&gt;</p>
<p>&lt;div style=“border: 1px dashed #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;”&gt;&lt;span style=“color: #333333;”&gt;</p>
<p>Your text here</p>
<p>&lt;/span&gt;&lt;span style=“color: #808080;”&gt;&lt;span style=“font-style: normal; font-family: Georgia;”&gt;&lt;em&gt; &lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</p>
<p>&lt;/blockquote&gt;</p>
<p></span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></div>
</blockquote>
<p>You see you can change the size of the border, the padding and background color and you can add your text. It will look exactly like mine. You can change this colors off course.</p>
<p>Hope this little tip will be in some good use for you.</p>
<p>If any question and comments I am here.</p>


<p>Related posts:<ol><li><a href='http://www.forbetterdesigns.com/2009/10/21/little-css-tips/' rel='bookmark' title='Permanent Link: Some little css tips you can use in your blog'>Some little css tips you can use in your blog</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/10/18/for-better-design-template-1-tutorial-4-seperate-the-posts/' rel='bookmark' title='Permanent Link: Seperate the posts in your wordpress theme'>Seperate the posts in your wordpress theme</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/11/08/for-better-design-template-1-tutorial-6-some-minor-design-fixes/' rel='bookmark' title='Permanent Link: Some minor design fixes for my new wordpress theme'>Some minor design fixes for my new wordpress theme</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.forbetterdesigns.com/2009/11/11/little-tips-adding-nice-looking-blockquotes-for-your-posts-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
