<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: CSS Blockquote</title>
	<atom:link href="http://www.themainbrace.com/blog/2005/11/04/blockquote/feed" rel="self" type="application/rss+xml" />
	<link>http://www.themainbrace.com/blog/2005/11/04/blockquote</link>
	<description>What I think about when the power is out</description>
	<pubDate>Wed, 07 Jan 2009 16:44:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aneko Studios</title>
		<link>http://www.themainbrace.com/blog/2005/11/04/blockquote/comment-page-1#comment-3876</link>
		<dc:creator>Aneko Studios</dc:creator>
		<pubDate>Tue, 13 Nov 2007 15:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.themainbrace.com/blog/?p=28#comment-3876</guid>
		<description>[...] People like to use the style of a big background image of quotes when designing a layout for blockquotes. It&#8217;s a very nice method, and makes it obvious as to what you are reading. However, it&#8217;s hard to get the quotes all around the blockquote without extra markup. Some sites just open with the left-side quotes and never close. Some sites use the method of the quotes smooshed together in the upper left-hand corner. Some sites get them at the beginning and the end, but they rely on a background image for the upper left-hand corner in the blockquote area, and the closing &#60;p&#62; tag to put the finishing touch in the bottom right-hand corner. Some even do it without images. [...]</description>
		<content:encoded><![CDATA[<p>[...] People like to use the style of a big background image of quotes when designing a layout for blockquotes. It&#8217;s a very nice method, and makes it obvious as to what you are reading. However, it&#8217;s hard to get the quotes all around the blockquote without extra markup. Some sites just open with the left-side quotes and never close. Some sites use the method of the quotes smooshed together in the upper left-hand corner. Some sites get them at the beginning and the end, but they rely on a background image for the upper left-hand corner in the blockquote area, and the closing &lt;p&gt; tag to put the finishing touch in the bottom right-hand corner. Some even do it without images. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vetto</title>
		<link>http://www.themainbrace.com/blog/2005/11/04/blockquote/comment-page-1#comment-19</link>
		<dc:creator>Vetto</dc:creator>
		<pubDate>Tue, 22 Nov 2005 23:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.themainbrace.com/blog/?p=28#comment-19</guid>
		<description>I guess I have to look up what that means!  :)
I understand the word "semantics", but I need to learn what it means with respect to CSS.  As soon as I do, I will edit post!</description>
		<content:encoded><![CDATA[<p>I guess I have to look up what that means!  <img src='http://www.themainbrace.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I understand the word &#8220;semantics&#8221;, but I need to learn what it means with respect to CSS.  As soon as I do, I will edit post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wassim</title>
		<link>http://www.themainbrace.com/blog/2005/11/04/blockquote/comment-page-1#comment-18</link>
		<dc:creator>Wassim</dc:creator>
		<pubDate>Tue, 22 Nov 2005 01:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.themainbrace.com/blog/?p=28#comment-18</guid>
		<description>You should use something more semantically correct.
&lt;code&gt;
blockquote {
	padding: 0;
	margin: 0;
	background:url(../img/s2.jpg) bottom right no-repeat;
}

blockquote .name {
	font-weight: bold;
	color: #fff;
	padding-top: 15px;
	padding-left: 15px;
	height: 15px;
	background:url(../img/s1.jpg) top left no-repeat;
}

blockquote p {
	padding: 15px;
	padding-top: 0px;
	margin: 0;
}
&lt;/code&gt;

&lt;code&gt;
&lt;blockquote&gt;
Jim Smith
This guy's site is freaking the coolest in the world! I wish I had a coolest in the world website! This is a stupid quote!
&lt;blockquote&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You should use something more semantically correct.<br />
<code><br />
blockquote {<br />
	padding: 0;<br />
	margin: 0;<br />
	background:url(../img/s2.jpg) bottom right no-repeat;<br />
}</p>
<p>blockquote .name {<br />
	font-weight: bold;<br />
	color: #fff;<br />
	padding-top: 15px;<br />
	padding-left: 15px;<br />
	height: 15px;<br />
	background:url(../img/s1.jpg) top left no-repeat;<br />
}</p>
<p>blockquote p {<br />
	padding: 15px;<br />
	padding-top: 0px;<br />
	margin: 0;<br />
}<br />
</code></p>
<p><code></p>
<blockquote><p>
Jim Smith<br />
This guy&#8217;s site is freaking the coolest in the world! I wish I had a coolest in the world website! This is a stupid quote!</p>
<blockquote></blockquote>
</blockquote>
<p></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
