<?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: Fail.</title>
	<atom:link href="http://kirrus.co.uk/2009/11/fail/feed/" rel="self" type="application/rss+xml" />
	<link>http://kirrus.co.uk/2009/11/fail/</link>
	<description>MindDump. Photos. And random ramblings.</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:14:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nicholas</title>
		<link>http://kirrus.co.uk/2009/11/fail/comment-page-1/#comment-108</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://kirrus.co.uk/?p=375#comment-108</guid>
		<description>Haha, I know just what you mean.  I love seeing that stuff pop up when I&#039;m browsing in linux instead of windows.  &quot;Your computer could be infected&quot;  no... no I don&#039;t think so.  Unless you count the install of windows I have to use for work as an infection lol.</description>
		<content:encoded><![CDATA[<p>Haha, I know just what you mean.  I love seeing that stuff pop up when I&#8217;m browsing in linux instead of windows.  &#8220;Your computer could be infected&#8221;  no&#8230; no I don&#8217;t think so.  Unless you count the install of windows I have to use for work as an infection lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirrus</title>
		<link>http://kirrus.co.uk/2009/11/fail/comment-page-1/#comment-106</link>
		<dc:creator>Kirrus</dc:creator>
		<pubDate>Wed, 04 Nov 2009 14:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://kirrus.co.uk/?p=375#comment-106</guid>
		<description>That&#039;s really useful, thanks! I tried clear: both, but must have missed something :)
Now all I have to do is get round to uploading and working on the few photos I&#039;ve taken recently. I don&#039;t find london conductive to photograph taking :(</description>
		<content:encoded><![CDATA[<p>That&#8217;s really useful, thanks! I tried clear: both, but must have missed something <img src='http://kirrus.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Now all I have to do is get round to uploading and working on the few photos I&#8217;ve taken recently. I don&#8217;t find london conductive to photograph taking <img src='http://kirrus.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://kirrus.co.uk/2009/11/fail/comment-page-1/#comment-105</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 04 Nov 2009 12:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://kirrus.co.uk/?p=375#comment-105</guid>
		<description>Those are brilliant! Especially the last one, which borders on art.

For images, WP has some CSS to handle formating that you can extend with your theme. Basically, it uses drops the images into divs and uses floats or blocks for placement:
&lt;code&gt;
img.alignleft {
display:inline;
margin:0 7px 2px 0;
padding:4px;
}

.alignleft {
float:left;
}

img.alignright {
display:inline;
margin:0 0 2px 7px;
padding:4px;
}

.alignright {
float:right;
}

.aligncenter, div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
&lt;/code&gt;

So with the left and right you can easily get the in-line effect or you can string them along so that the images are side by side while the center one is just that, drops it smack in the middle of where you place it. If I&#039;m dropping mostly images (per usual!) I&#039;ll sometimes encapsulate groups in a div set to clear:both so that I can stack them cleanly within the post; the Halloween post is done that way. :-D</description>
		<content:encoded><![CDATA[<p>Those are brilliant! Especially the last one, which borders on art.</p>
<p>For images, WP has some CSS to handle formating that you can extend with your theme. Basically, it uses drops the images into divs and uses floats or blocks for placement:<br />
<code><br />
img.alignleft {<br />
display:inline;<br />
margin:0 7px 2px 0;<br />
padding:4px;<br />
}</p>
<p>.alignleft {<br />
float:left;<br />
}</p>
<p>img.alignright {<br />
display:inline;<br />
margin:0 0 2px 7px;<br />
padding:4px;<br />
}</p>
<p>.alignright {<br />
float:right;<br />
}</p>
<p>.aligncenter, div.aligncenter {<br />
display:block;<br />
margin-left:auto;<br />
margin-right:auto;<br />
}<br />
</code></p>
<p>So with the left and right you can easily get the in-line effect or you can string them along so that the images are side by side while the center one is just that, drops it smack in the middle of where you place it. If I&#8217;m dropping mostly images (per usual!) I&#8217;ll sometimes encapsulate groups in a div set to clear:both so that I can stack them cleanly within the post; the Halloween post is done that way. <img src='http://kirrus.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

