<?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 for Scoopy&#039;s /home</title>
	<atom:link href="http://www.scoopy.us/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.scoopy.us</link>
	<description>Get the scoop from a Web Guru &#38; Internet Genius</description>
	<lastBuildDate>Sun, 28 Sep 2008 03:26:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The Float Stops Here! by dredgy</title>
		<link>http://www.scoopy.us/odds-n-ends/the-float-stops-here/comment-page-1#comment-7</link>
		<dc:creator>dredgy</dc:creator>
		<pubDate>Sun, 28 Sep 2008 03:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.scoopy.us/news/34#comment-7</guid>
		<description>Well, that code is a little overally bloated. Clearing your floats is a necessity, but using a whole div, and inlined style like that is unnecessary.

I&#039;d through this in your CSS:


.clear{
    clear:both;
}
&lt;/blockquote&gt;

and this in your HTML:


&lt;/blockquote&gt;

Less HTML, and less CSS if used multiple times.</description>
		<content:encoded><![CDATA[<p>Well, that code is a little overally bloated. Clearing your floats is a necessity, but using a whole div, and inlined style like that is unnecessary.</p>
<p>I&#8217;d through this in your CSS:</p>
<p>.clear{<br />
    clear:both;<br />
}</p>
<p>and this in your HTML:</p>
<p>Less HTML, and less CSS if used multiple times.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
