<?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"
	>
<channel>
	<title>Comments on: Create a Fancy Blockquote&#8230;Without the Mess</title>
	<atom:link href="http://www.sharpdotinc.com/ataylor/2009/03/18/create-a-fancy-blockquotewithout-the-mess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdotinc.com/ataylor/2009/03/18/create-a-fancy-blockquotewithout-the-mess/</link>
	<description>IE Is My Nemisis - Adventures in Hack-land</description>
	<pubDate>Fri, 12 Mar 2010 02:57:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Justin Ryan</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/03/18/create-a-fancy-blockquotewithout-the-mess/#comment-73</link>
		<dc:creator>Justin Ryan</dc:creator>
		<pubDate>Tue, 22 Sep 2009 04:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=19#comment-73</guid>
		<description>That should have been:
&lt;code&gt;
[blockquote]
  [p]
    "We've worked with Sharpdot..."
        [span]
            [strong]Rob Dietz[/strong][br /]
            Principal ... - Pica Design, LLC
        [/span]
  [/p]
[/blockquote]
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>That should have been:<br />
<code><br />
[blockquote]<br />
  [p]<br />
    &#8220;We&#8217;ve worked with Sharpdot&#8230;&#8221;<br />
        [span]<br />
            [strong]Rob Dietz[/strong][br /]<br />
            Principal &#8230; - Pica Design, LLC<br />
        [/span]<br />
  [/p]<br />
[/blockquote]<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Ryan</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/03/18/create-a-fancy-blockquotewithout-the-mess/#comment-72</link>
		<dc:creator>Justin Ryan</dc:creator>
		<pubDate>Tue, 22 Sep 2009 04:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=19#comment-72</guid>
		<description>Good technique, however your markup is not valid. Character data is not allowed inside Blockquote tas without being wrapped in a block-level element. For example:
&lt;code&gt;
&lt;blockquote&gt;
  "We've worked with Sharpdot...."
    
      &lt;strong&gt;Rob Dietz&lt;/strong&gt;
      Principal - Pica Design, LLC
    
  &lt;/blockquote&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Good technique, however your markup is not valid. Character data is not allowed inside Blockquote tas without being wrapped in a block-level element. For example:<br />
<code></p>
<blockquote><p>
  &#8220;We&#8217;ve worked with Sharpdot&#8230;.&#8221;</p>
<p>      <strong>Rob Dietz</strong><br />
      Principal - Pica Design, LLC</p>
</blockquote>
<p></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
