<?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: Our place in snow</title>
	<atom:link href="http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/</link>
	<description>notes, photos, and other collectible fragments</description>
	<pubDate>Tue, 02 Dec 2008 01:40:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Richard</title>
		<link>http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-119122</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 10 Mar 2007 17:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-119122</guid>
		<description>gedasg: you do not need to change the CSS file, you need to change a template file. Here is a list of all of the files in my theme, yours may be a bit different but not much:

404.php
archive.php
archives.php
comments-popup.php
comments.php
footer.php
header.php
index.php
page.php
search.php
searchform.php
sidebar.php
single.php
style.css

404.php
archive.php
archives.php
comments-popup.php
comments.php
footer.php
header.php
index.php
page.php
search.php
searchform.php
sidebar.php
single.php
style.css

The file called "single" is the template for showing a single post. The sidebar is an include in any template file but where it shows is determined by both its float in CSS and where the code that calls it is in the single template.

The very first line of my single template is a call to include the header.

After all of the code that displays the post and the meta information about the post, at the very bottom of the page two two more includes:

A call to include the sidebar
A  call to include the footer.

My guess is that in your "single template your sidebar call is higher up than that. Just move it down, just before the footer call.

Let me know if that helps.</description>
		<content:encoded><![CDATA[<p>gedasg: you do not need to change the CSS file, you need to change a template file. Here is a list of all of the files in my theme, yours may be a bit different but not much:</p>
<p>404.php<br />
archive.php<br />
archives.php<br />
comments-popup.php<br />
comments.php<br />
footer.php<br />
header.php<br />
index.php<br />
page.php<br />
search.php<br />
searchform.php<br />
sidebar.php<br />
single.php<br />
style.css</p>
<p>404.php<br />
archive.php<br />
archives.php<br />
comments-popup.php<br />
comments.php<br />
footer.php<br />
header.php<br />
index.php<br />
page.php<br />
search.php<br />
searchform.php<br />
sidebar.php<br />
single.php<br />
style.css</p>
<p>The file called &#8220;single&#8221; is the template for showing a single post. The sidebar is an include in any template file but where it shows is determined by both its float in CSS and where the code that calls it is in the single template.</p>
<p>The very first line of my single template is a call to include the header.</p>
<p>After all of the code that displays the post and the meta information about the post, at the very bottom of the page two two more includes:</p>
<p>A call to include the sidebar<br />
A  call to include the footer.</p>
<p>My guess is that in your &#8220;single template your sidebar call is higher up than that. Just move it down, just before the footer call.</p>
<p>Let me know if that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gedasg</title>
		<link>http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-119047</link>
		<dc:creator>gedasg</dc:creator>
		<pubDate>Sat, 10 Mar 2007 12:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-119047</guid>
		<description>I am still not understand :( where i need change source style.css or smthng</description>
		<content:encoded><![CDATA[<p>I am still not understand :( where i need change source style.css or smthng</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-119039</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 10 Mar 2007 12:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-119039</guid>
		<description>gedasg: that's a simple one. Eeach of those views is a different template, the one on a single post is called "single" I believe. Just change the order of content and sidebar in that template (and any others).</description>
		<content:encoded><![CDATA[<p>gedasg: that&#8217;s a simple one. Eeach of those views is a different template, the one on a single post is called &#8220;single&#8221; I believe. Just change the order of content and sidebar in that template (and any others).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gedasg</title>
		<link>http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-119028</link>
		<dc:creator>gedasg</dc:creator>
		<pubDate>Sat, 10 Mar 2007 11:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-119028</guid>
		<description>hello. i have one more question about my blog theme. maybe you can help me.
how you see ( www.gedasg.lt  ) content is right side, but if I go to inside post, like (http://www.gedasg.lt/2007/03/08/nelly-furtado-say-it-right/) its change ! i want to my content  all time be int right side.
#content {
	float:left; </description>
		<content:encoded><![CDATA[<p>hello. i have one more question about my blog theme. maybe you can help me.<br />
how you see ( <a href="http://www.gedasg.lt" rel="nofollow">http://www.gedasg.lt</a>  ) content is right side, but if I go to inside post, like (http://www.gedasg.lt/2007/03/08/nelly-furtado-say-it-right/) its change ! i want to my content  all time be int right side.<br />
#content {<br />
	float:left;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gedasg</title>
		<link>http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-109963</link>
		<dc:creator>gedasg</dc:creator>
		<pubDate>Sun, 18 Feb 2007 14:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-109963</guid>
		<description>thanks Richard, its working! I insert one more line ("width="0" "border="0" /&#62;) and works great.thanks</description>
		<content:encoded><![CDATA[<p>thanks Richard, its working! I insert one more line (&#8221;width=&#8221;0&#8243; &#8220;border=&#8221;0&#8243; /&gt;) and works great.thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-109917</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 18 Feb 2007 12:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-109917</guid>
		<description>gedasg: It's a class I'm putting on images in CSS.

1. in your stylesheet make a new class called "left"

.left {
	padding: 4px;
	border: 1px silver solid;
	margin: 0px 15px 10px 0px;
	float: left;
}

Adjust border color and margins to suit... Right would be a simple change of float and margins.

2. The image tag should look something like this:

&#60;img class="left" src="/pictures/filename.jpg" alt="picture of whatever"/&#62;

Let me know if you need more help and good luck with it.</description>
		<content:encoded><![CDATA[<p>gedasg: It&#8217;s a class I&#8217;m putting on images in CSS.</p>
<p>1. in your stylesheet make a new class called &#8220;left&#8221;</p>
<p>.left {<br />
	padding: 4px;<br />
	border: 1px silver solid;<br />
	margin: 0px 15px 10px 0px;<br />
	float: left;<br />
}</p>
<p>Adjust border color and margins to suit&#8230; Right would be a simple change of float and margins.</p>
<p>2. The image tag should look something like this:</p>
<p>&#60;img class=&#8221;left&#8221; src=&#8221;/pictures/filename.jpg&#8221; alt=&#8221;picture of whatever&#8221;/&#62;</p>
<p>Let me know if you need more help and good luck with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gedasg</title>
		<link>http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-109843</link>
		<dc:creator>gedasg</dc:creator>
		<pubDate>Sun, 18 Feb 2007 09:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-109843</guid>
		<description>hello Richard! very nice pictures!i have one quostion, how do you doing this photo frame ;] its like nice ;] maby source?</description>
		<content:encoded><![CDATA[<p>hello Richard! very nice pictures!i have one quostion, how do you doing this photo frame ;] its like nice ;] maby source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-109118</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 16 Feb 2007 23:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-109118</guid>
		<description>Jon: trust me mate, you don't want this kind of snow, it's not snow at all, it's ice. I used a huge prybar to pull blocks of ice off our driveway today. It's amazing, i've never seen it like this. My wife says to forget it and just wait until spring. I'm too compulsive to leave ice on the driveway. Problem is, it's a big driveway. Ugh. I'm sore. Beer time. Have a great weekend yourself.</description>
		<content:encoded><![CDATA[<p>Jon: trust me mate, you don&#8217;t want this kind of snow, it&#8217;s not snow at all, it&#8217;s ice. I used a huge prybar to pull blocks of ice off our driveway today. It&#8217;s amazing, i&#8217;ve never seen it like this. My wife says to forget it and just wait until spring. I&#8217;m too compulsive to leave ice on the driveway. Problem is, it&#8217;s a big driveway. Ugh. I&#8217;m sore. Beer time. Have a great weekend yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-109072</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 16 Feb 2007 21:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsnotes.org/archives/2007/02/16/up-the-hill-in-the-snow/#comment-109072</guid>
		<description>Lovely to see your home, surroundings and the snow Richard. I am in serious need of a ski holiday right now so the snow is making me smile! We have a had a cm at the most here in the Uk, and now it is just rain, groan!
Have a wonderful weekend!
Jon</description>
		<content:encoded><![CDATA[<p>Lovely to see your home, surroundings and the snow Richard. I am in serious need of a ski holiday right now so the snow is making me smile! We have a had a cm at the most here in the Uk, and now it is just rain, groan!<br />
Have a wonderful weekend!<br />
Jon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
