<?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: Help Me Solve Some Problems with this Blog</title>
	<atom:link href="http://freshome.com/2007/07/03/help-me-solve-some-problems-with-this-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://freshome.com/2007/07/03/help-me-solve-some-problems-with-this-blog/</link>
	<description>Freshome is the perfect source of inspiration for home design, furniture inspiration, interior design, architecture, advices and tips.</description>
	<pubDate>Thu, 08 Jan 2009 12:17:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: What would your like more from Freshome ?</title>
		<link>http://freshome.com/2007/07/03/help-me-solve-some-problems-with-this-blog/comment-page-1/#comment-4571</link>
		<dc:creator>What would your like more from Freshome ?</dc:creator>
		<pubDate>Tue, 10 Jul 2007 13:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://freshome.com/2007/07/03/help-me-solve-some-problems-with-this-blog/#comment-4571</guid>
		<description>[...] who also helped me these days to make the website looks good in internet explorer, after I&#8217;ve asked  my readers to help me solve some problems - Thanks Zane !)  told me that I post  to  many chair, and that he love to see more houses in [...]</description>
		<content:encoded><![CDATA[<p>[...] who also helped me these days to make the website looks good in internet explorer, after I&#8217;ve asked  my readers to help me solve some problems - Thanks Zane !)  told me that I post  to  many chair, and that he love to see more houses in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sharingthelife</title>
		<link>http://freshome.com/2007/07/03/help-me-solve-some-problems-with-this-blog/comment-page-1/#comment-4502</link>
		<dc:creator>sharingthelife</dc:creator>
		<pubDate>Thu, 05 Jul 2007 06:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://freshome.com/2007/07/03/help-me-solve-some-problems-with-this-blog/#comment-4502</guid>
		<description>change the px into %, example 500px into 90% = 450 px..</description>
		<content:encoded><![CDATA[<p>change the px into %, example 500px into 90% = 450 px..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Cavers</title>
		<link>http://freshome.com/2007/07/03/help-me-solve-some-problems-with-this-blog/comment-page-1/#comment-4495</link>
		<dc:creator>John Cavers</dc:creator>
		<pubDate>Wed, 04 Jul 2007 15:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://freshome.com/2007/07/03/help-me-solve-some-problems-with-this-blog/#comment-4495</guid>
		<description>I have had the same problem on my blog and it is usually due to my pictures being too wide.  I do not know what it is, but usually if I make them less wide it is corrected in IE.  In firefox, however there is no problem.  I still have problems in IE7 with how my menu bar appears.  I have resigned myself that it is too difficult to please all browsers if your time is limited.  

I would start with the pictures and see if that fixes the problem since that is the easiest.</description>
		<content:encoded><![CDATA[<p>I have had the same problem on my blog and it is usually due to my pictures being too wide.  I do not know what it is, but usually if I make them less wide it is corrected in IE.  In firefox, however there is no problem.  I still have problems in IE7 with how my menu bar appears.  I have resigned myself that it is too difficult to please all browsers if your time is limited.  </p>
<p>I would start with the pictures and see if that fixes the problem since that is the easiest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zane</title>
		<link>http://freshome.com/2007/07/03/help-me-solve-some-problems-with-this-blog/comment-page-1/#comment-4493</link>
		<dc:creator>Zane</dc:creator>
		<pubDate>Tue, 03 Jul 2007 21:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://freshome.com/2007/07/03/help-me-solve-some-problems-with-this-blog/#comment-4493</guid>
		<description>ok, so backup your css file and html files and then try this

in your css change these classes to this...

#primary {
	width: 500px;
	float: left;
	padding-right: 15px;
	}

#secondary {
	position: absolute;
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-right: -20px;
	padding-left: 15px;
	width: 160px;
        
	}

And then in your html file you gotta make it like this 



before it said 



that should work, i tested it in ie 5.5 and I don't have any new version because I use firefox

hope this helps, you can email me if you need further help, and i'll fix the header later, but I gotta go feed fat people deep fried food.

and for the love of god cut down on the chairs you post.

love this site

.Zane</description>
		<content:encoded><![CDATA[<p>ok, so backup your css file and html files and then try this</p>
<p>in your css change these classes to this&#8230;</p>
<p>#primary {<br />
	width: 500px;<br />
	float: left;<br />
	padding-right: 15px;<br />
	}</p>
<p>#secondary {<br />
	position: absolute;<br />
	font: 1em/1.5em &#8216;Lucida Grande&#8217;, Verdana, Arial, Sans-Serif;<br />
	margin-right: -20px;<br />
	padding-left: 15px;<br />
	width: 160px;</p>
<p>	}</p>
<p>And then in your html file you gotta make it like this </p>
<p>before it said </p>
<p>that should work, i tested it in ie 5.5 and I don&#8217;t have any new version because I use firefox</p>
<p>hope this helps, you can email me if you need further help, and i&#8217;ll fix the header later, but I gotta go feed fat people deep fried food.</p>
<p>and for the love of god cut down on the chairs you post.</p>
<p>love this site</p>
<p>.Zane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raimon</title>
		<link>http://freshome.com/2007/07/03/help-me-solve-some-problems-with-this-blog/comment-page-1/#comment-4492</link>
		<dc:creator>Raimon</dc:creator>
		<pubDate>Tue, 03 Jul 2007 18:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://freshome.com/2007/07/03/help-me-solve-some-problems-with-this-blog/#comment-4492</guid>
		<description>Check this link:
 http://pmob.co.uk/pob/three-columns-fluid.htm

Hope this help!

nice blog. thanks!!!</description>
		<content:encoded><![CDATA[<p>Check this link:<br />
 <a href="http://pmob.co.uk/pob/three-columns-fluid.htm" rel="nofollow">http://pmob.co.uk/pob/three-columns-fluid.htm</a></p>
<p>Hope this help!</p>
<p>nice blog. thanks!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
