<?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: WP-Andreas09 Version 2.0 Released</title>
	<atom:link href="http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/</link>
	<description>Change is the only constant...</description>
	<pubDate>Thu, 24 Jul 2008 07:23:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Niranjan</title>
		<link>http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-10973</link>
		<dc:creator>Niranjan</dc:creator>
		<pubDate>Fri, 21 Jul 2006 04:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-10973</guid>
		<description>Thanks Inka, I was not aware of this problem. I've changed the code in my styles.css, as you've suggested and it works perfectly.</description>
		<content:encoded><![CDATA[<p>Thanks Inka, I was not aware of this problem. I&#8217;ve changed the code in my styles.css, as you&#8217;ve suggested and it works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ainslie</title>
		<link>http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-3307</link>
		<dc:creator>Ainslie</dc:creator>
		<pubDate>Thu, 11 May 2006 18:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-3307</guid>
		<description>Thanks Inka, I will change the code in the next update to the theme as it seems to work a lot better.</description>
		<content:encoded><![CDATA[<p>Thanks Inka, I will change the code in the next update to the theme as it seems to work a lot better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inka</title>
		<link>http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-3305</link>
		<dc:creator>Inka</dc:creator>
		<pubDate>Thu, 11 May 2006 13:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-3305</guid>
		<description>Update: Ainslie found the "bug". After applying the fix, all seems to be working fine now:
&lt;code&gt;
If you find the following selectors in the style.css file:

.entry, .entrytext {
 overflow: hidden;
}

* html .entry, * html .entrytext {
 overflow: visible;
 height: 1px;
}

* html .entry p, * html .entrytext p {
 width: 99%;
 overflow: hidden;
}

and then remove the spaces between the html and the class so that it looks 
like this;

.entry, .entrytext {
 overflow: hidden;
}

* html.entry, * html.entrytext {
 overflow: visible;
 height: 1px;
}

* html.entry p, * html.entrytext p {
 width: 99%;
 overflow: hidden;
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Update: Ainslie found the &#8220;bug&#8221;. After applying the fix, all seems to be working fine now:<br />
<code><br />
If you find the following selectors in the style.css file:</p>
<p>.entry, .entrytext {<br />
 overflow: hidden;<br />
}</p>
<p>* html .entry, * html .entrytext {<br />
 overflow: visible;<br />
 height: 1px;<br />
}</p>
<p>* html .entry p, * html .entrytext p {<br />
 width: 99%;<br />
 overflow: hidden;<br />
}</p>
<p>and then remove the spaces between the html and the class so that it looks<br />
like this;</p>
<p>.entry, .entrytext {<br />
 overflow: hidden;<br />
}</p>
<p>* html.entry, * html.entrytext {<br />
 overflow: visible;<br />
 height: 1px;<br />
}</p>
<p>* html.entry p, * html.entrytext p {<br />
 width: 99%;<br />
 overflow: hidden;<br />
}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ainslie</title>
		<link>http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-3287</link>
		<dc:creator>Ainslie</dc:creator>
		<pubDate>Wed, 10 May 2006 18:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-3287</guid>
		<description>Hi Inka,

I know there is a difference between Firefox and IE - it is actually a well know problem with the way IE handles floats.

Originally the theme had a error with the way that it handled floated or aligned images so that the comment link etc below an image was pulled up around the side of the image and the image would drop out of the bottom of the post.

It had to have a fix applied to sort it out. It is a lot better than it was but unfortunately IE still does not quite get it right.

I am afraid that I have no solution at the moment to this problem and would welcome any suggestions.</description>
		<content:encoded><![CDATA[<p>Hi Inka,</p>
<p>I know there is a difference between Firefox and IE - it is actually a well know problem with the way IE handles floats.</p>
<p>Originally the theme had a error with the way that it handled floated or aligned images so that the comment link etc below an image was pulled up around the side of the image and the image would drop out of the bottom of the post.</p>
<p>It had to have a fix applied to sort it out. It is a lot better than it was but unfortunately IE still does not quite get it right.</p>
<p>I am afraid that I have no solution at the moment to this problem and would welcome any suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inka</title>
		<link>http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-3286</link>
		<dc:creator>Inka</dc:creator>
		<pubDate>Wed, 10 May 2006 18:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-3286</guid>
		<description>sorry for the many posts....
but I just checked the previous commenter's (Niranjan) blog and he has the same problem. So I am not the only one.

You can see it by checking his post here:
http://nirlog.com/2006/04/05/with-boot-camp-macs-do-windows-too/</description>
		<content:encoded><![CDATA[<p>sorry for the many posts&#8230;.<br />
but I just checked the previous commenter&#8217;s (Niranjan) blog and he has the same problem. So I am not the only one.</p>
<p>You can see it by checking his post here:<br />
<a href="http://nirlog.com/2006/04/05/with-boot-camp-macs-do-windows-too/" rel="nofollow">http://nirlog.com/2006/04/05/with-boot-camp-macs-do-windows-too/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inka</title>
		<link>http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-3285</link>
		<dc:creator>Inka</dc:creator>
		<pubDate>Wed, 10 May 2006 18:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-3285</guid>
		<description>oops, I mean the 'p' tags</description>
		<content:encoded><![CDATA[<p>oops, I mean the &#8216;p&#8217; tags</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inka</title>
		<link>http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-3284</link>
		<dc:creator>Inka</dc:creator>
		<pubDate>Wed, 10 May 2006 18:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-3284</guid>
		<description>Hi Ainslie,

luv the the theme, especially the 3-column version. 
However, I have a little problem with floating or aligned images in my posts. There is a discrepancy between Firefox and IE. As you know wordpress uses the &lt;code&gt;''&lt;/code&gt; tags in posts. Whenever you hit 'enter' you create a new paragaph. 
When I use floating images in the same post, Firefox puts the paragraphs nicely around the image. IE puts the next text paragraph UNDER the image and leaves a BIG white space next to the image. 
I am trying for 2 days now to figure this out, the only solution that works so far is to manually change the post html and create a special "class" for the image.
Is there any way to make this work in both browsers without having to manually change the post html?

you can see an example by going to my blog in both browsers and look at the first post.

help GREATLY appreciated.

Inka</description>
		<content:encoded><![CDATA[<p>Hi Ainslie,</p>
<p>luv the the theme, especially the 3-column version.<br />
However, I have a little problem with floating or aligned images in my posts. There is a discrepancy between Firefox and IE. As you know wordpress uses the <code>''</code> tags in posts. Whenever you hit &#8216;enter&#8217; you create a new paragaph.<br />
When I use floating images in the same post, Firefox puts the paragraphs nicely around the image. IE puts the next text paragraph UNDER the image and leaves a BIG white space next to the image.<br />
I am trying for 2 days now to figure this out, the only solution that works so far is to manually change the post html and create a special &#8220;class&#8221; for the image.<br />
Is there any way to make this work in both browsers without having to manually change the post html?</p>
<p>you can see an example by going to my blog in both browsers and look at the first post.</p>
<p>help GREATLY appreciated.</p>
<p>Inka</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niranjan</title>
		<link>http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-2783</link>
		<dc:creator>Niranjan</dc:creator>
		<pubDate>Tue, 02 May 2006 07:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-2783</guid>
		<description>Hi Ainslie,

this is the best wordpress theme I've come across. Widgets work flawlessly and now I can add/remove items from my side bar on fly. Other cool feature is the different colour support. I've just changed my blog to this theme. You can check &lt;a href="http://nirlog.com" rel="nofollow"&gt;Nirlog.com&lt;/a&gt;. Congratulations and thanks for your great work.</description>
		<content:encoded><![CDATA[<p>Hi Ainslie,</p>
<p>this is the best wordpress theme I&#8217;ve come across. Widgets work flawlessly and now I can add/remove items from my side bar on fly. Other cool feature is the different colour support. I&#8217;ve just changed my blog to this theme. You can check <a href="http://nirlog.com" rel="nofollow">Nirlog.com</a>. Congratulations and thanks for your great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne</title>
		<link>http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-2543</link>
		<dc:creator>Anne</dc:creator>
		<pubDate>Wed, 26 Apr 2006 14:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-2543</guid>
		<description>Ainslie,

I think the support forum is a great idea. :-)

I love the theme, the widgets are great, and the localization is great too, spares me *a lot* of work.

Maybe the possibility of using gravatars would be a nice addition to the theme too?</description>
		<content:encoded><![CDATA[<p>Ainslie,</p>
<p>I think the support forum is a great idea. <img src='http://webgazette.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I love the theme, the widgets are great, and the localization is great too, spares me *a lot* of work.</p>
<p>Maybe the possibility of using gravatars would be a nice addition to the theme too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-2542</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 26 Apr 2006 13:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://webgazette.co.uk/2006/04/23/wp-andreas09-version-20-released/#comment-2542</guid>
		<description>Oops..only seems to be a problem with Isecore Blue color option.</description>
		<content:encoded><![CDATA[<p>Oops..only seems to be a problem with Isecore Blue color option.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
