<?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: Images other than inline.</title>
	<atom:link href="http://schinckel.net/2005/05/28/images-other-than-inline/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2005/05/28/images-other-than-inline/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Sun, 07 Sep 2008 13:54:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Paint the Tiger &#8226; Carve the Swan</title>
		<link>http://schinckel.net/2005/05/28/images-other-than-inline/#comment-248</link>
		<dc:creator>Paint the Tiger &#8226; Carve the Swan</dc:creator>
		<pubDate>Tue, 13 Sep 2005 11:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/05/28/images-other-than-inline/#comment-248</guid>
		<description>&lt;strong&gt;Using CSS to replace tables.&lt;/strong&gt;

	Using some classy CSS, you can make text flow nicely around images, rather than having to set stuff up using tables, and demonstrated in this post.
	Basically, you just put the following into your CSS file:
	.left {
    float:left;
}
	
.right {
    fl...</description>
		<content:encoded><![CDATA[<p><strong>Using CSS to replace tables.</strong></p>
<p>	Using some classy CSS, you can make text flow nicely around images, rather than having to set stuff up using tables, and demonstrated in this post.<br />
	Basically, you just put the following into your CSS file:<br />
	.left {<br />
    float:left;<br />
}</p>
<p>.right {<br />
    fl&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
