<?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: Coffee Time Theme</title>
	<atom:link href="http://www.theenglishguy.co.uk/coffee-time-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theenglishguy.co.uk</link>
	<description>The English Guy Web Design</description>
	<pubDate>Sun, 07 Sep 2008 16:10:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: The Huns &#187; WordPress From The Huns</title>
		<link>http://www.theenglishguy.co.uk/coffee-time-theme/#comment-4326</link>
		<dc:creator>The Huns &#187; WordPress From The Huns</dc:creator>
		<pubDate>Mon, 23 Jan 2006 05:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thex.com/rd/?page_id=138#comment-4326</guid>
		<description>[...] Coffee Time [...]</description>
		<content:encoded><![CDATA[<p>[...] Coffee Time [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://www.theenglishguy.co.uk/coffee-time-theme/#comment-589</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Sun, 31 Jul 2005 03:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thex.com/rd/?page_id=138#comment-589</guid>
		<description>Hi Laurie-Ann and welcome!

The theme should work without having to alter anything. Just check though, inside the &lt;i&gt;style.css&lt;/i&gt;, any reference to the images should look like this:

&lt;blockquote&gt;
 background-image: url(images/testimage.gif);
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Hi Laurie-Ann and welcome!</p>
<p>The theme should work without having to alter anything. Just check though, inside the <i>style.css</i>, any reference to the images should look like this:</p>
<blockquote><p>
 background-image: url(images/testimage.gif);
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurie-Ann</title>
		<link>http://www.theenglishguy.co.uk/coffee-time-theme/#comment-588</link>
		<dc:creator>Laurie-Ann</dc:creator>
		<pubDate>Sun, 31 Jul 2005 01:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thex.com/rd/?page_id=138#comment-588</guid>
		<description>That website above is just my blogging site with my other domain name forwarded. My new one is not up yet.
My question is? I downloaded your theme because I love it &#38; I have most of the templete showing on my wordpress but no images,what must I do to use the images?
http://researchandresourceladyla.com/WordPress</description>
		<content:encoded><![CDATA[<p>That website above is just my blogging site with my other domain name forwarded. My new one is not up yet.<br />
My question is? I downloaded your theme because I love it &amp; I have most of the templete showing on my wordpress but no images,what must I do to use the images?<br />
<a href="http://researchandresourceladyla.com/WordPress" rel="nofollow">http://researchandresourceladyla.com/WordPress</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://www.theenglishguy.co.uk/coffee-time-theme/#comment-533</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Sat, 23 Jul 2005 19:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thex.com/rd/?page_id=138#comment-533</guid>
		<description>Hi Eric, nice to read you, glad you're using the theme.

Did you get the image scaling sorted out? Does that problem exist in Coffee Time?</description>
		<content:encoded><![CDATA[<p>Hi Eric, nice to read you, glad you&#8217;re using the theme.</p>
<p>Did you get the image scaling sorted out? Does that problem exist in Coffee Time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.theenglishguy.co.uk/coffee-time-theme/#comment-532</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 23 Jul 2005 19:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thex.com/rd/?page_id=138#comment-532</guid>
		<description>Ok.  So I'm not a complete idiot.  I found the chunk of CSS in the other template and copied it over and now the images scale perfectly.  This is the chunk.

-- cut here --

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: block;
	float: right;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: block;
	float: left;
}

-- cut here -- 

To see an example of what I'm talking about look at this article on my site:   http://poweredbycoffee.net/?p=672  Before I changed the CSS, the submarine covered the whole desktop when the article loaded.

Sure I could resize the images before I upload them to my web server.  But I'm lazy.  :-)</description>
		<content:encoded><![CDATA[<p>Ok.  So I&#8217;m not a complete idiot.  I found the chunk of CSS in the other template and copied it over and now the images scale perfectly.  This is the chunk.</p>
<p>&#8211; cut here &#8211;</p>
<p>/* Images */<br />
p img {<br />
	padding: 0;<br />
	max-width: 100%;<br />
}</p>
<p>img.centered {<br />
	display: block;<br />
	margin-left: auto;<br />
	margin-right: auto;<br />
}</p>
<p>img.alignright {<br />
	padding: 4px;<br />
	margin: 0 0 2px 7px;<br />
	display: block;<br />
	float: right;<br />
}</p>
<p>img.alignleft {<br />
	padding: 4px;<br />
	margin: 0 7px 2px 0;<br />
	display: block;<br />
	float: left;<br />
}</p>
<p>&#8211; cut here &#8212; </p>
<p>To see an example of what I&#8217;m talking about look at this article on my site:   <a href="http://poweredbycoffee.net/?p=672" rel="nofollow">http://poweredbycoffee.net/?p=672</a>  Before I changed the CSS, the submarine covered the whole desktop when the article loaded.</p>
<p>Sure I could resize the images before I upload them to my web server.  But I&#8217;m lazy.  <img src='http://www.theenglishguy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.theenglishguy.co.uk/coffee-time-theme/#comment-531</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 23 Jul 2005 18:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thex.com/rd/?page_id=138#comment-531</guid>
		<description>I don't know squat about css, so this isn't really a criticism because I don't know how to fix it...

But the last theme I had... he had SOMETHING in the CSS that when I linked an image in an article, it scaled it to the article boundaries automatically.

I imagine it's probably just a stylesheet declaration, but if you could figure out what it is, I would be in heaven.

Great theme!!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know squat about css, so this isn&#8217;t really a criticism because I don&#8217;t know how to fix it&#8230;</p>
<p>But the last theme I had&#8230; he had SOMETHING in the CSS that when I linked an image in an article, it scaled it to the article boundaries automatically.</p>
<p>I imagine it&#8217;s probably just a stylesheet declaration, but if you could figure out what it is, I would be in heaven.</p>
<p>Great theme!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richard</title>
		<link>http://www.theenglishguy.co.uk/coffee-time-theme/#comment-330</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Thu, 07 Jul 2005 11:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thex.com/rd/?page_id=138#comment-330</guid>
		<description>Where does it wrap zane? If the comments are too long? I'll take a look into that. Thanks for your comments, glad you liked the theme!</description>
		<content:encoded><![CDATA[<p>Where does it wrap zane? If the comments are too long? I&#8217;ll take a look into that. Thanks for your comments, glad you liked the theme!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zane Anderson</title>
		<link>http://www.theenglishguy.co.uk/coffee-time-theme/#comment-325</link>
		<dc:creator>Zane Anderson</dc:creator>
		<pubDate>Thu, 07 Jul 2005 03:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thex.com/rd/?page_id=138#comment-325</guid>
		<description>Hey Richard, 

This is a neat template. Not too busy, you know.

In the comment area, a smaller font would keep the lines from wrapping. Unless the wrapping was intentional.

Above all, Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Richard, </p>
<p>This is a neat template. Not too busy, you know.</p>
<p>In the comment area, a smaller font would keep the lines from wrapping. Unless the wrapping was intentional.</p>
<p>Above all, Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
