<?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: How To Change Your Wordpress Background Image</title>
	<atom:link href="http://carolynecooper.com/web-dev/how-to-change-your-wordpress-background-image/feed" rel="self" type="application/rss+xml" />
	<link>http://carolynecooper.com/do/web-dev/how-to-change-your-wordpress-background-image</link>
	<description>Simply the Stuff To Grow Your Business Now</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:35:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: carolyn</title>
		<link>http://carolynecooper.com/do/web-dev/how-to-change-your-wordpress-background-image/comment-page-1#comment-474</link>
		<dc:creator>carolyn</dc:creator>
		<pubDate>Thu, 17 Jun 2010 23:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://carolynecooper.com/?p=439#comment-474</guid>
		<description>It depends a bit upon what you mean by &quot;add border&quot;. 

If you want to put a band of color around the entire page, you can simply add a the border CSS tag to the body like this:
&lt;code&gt;
body {border:5px solid red; }
&lt;/code&gt;

To make the border wider, increase the number of pixels (the px) and to change the color, change &quot;red&quot; to another color name like &quot;black&quot; or the hexadecimal color like &quot;#f2f2e8&quot;.

If you want to create more space around the content, there are a number of ways, the easiest is adding a margin attribute to the body tag like this:
&lt;code&gt;
body {margin: 10px; }
&lt;/code&gt;

And if you are wanting to add a repeated graphics border to the entire page, you could do something like this:
&lt;code&gt;
body {
          margin: 10px;
	  background: #ffffff url(images/web_nouveu_bkg.gif) repeat left top;
}
&lt;/code&gt;
This will put a 10 pixel margin around the top, bottom and sides of the page and add a background color of white (#ffffff) and a repeated background image starting at the top of the left-hand corner.

I hope this helps and thanks for visiting!</description>
		<content:encoded><![CDATA[<p>It depends a bit upon what you mean by &#8220;add border&#8221;. </p>
<p>If you want to put a band of color around the entire page, you can simply add a the border CSS tag to the body like this:<br />
<code><br />
body {border:5px solid red; }<br />
</code></p>
<p>To make the border wider, increase the number of pixels (the px) and to change the color, change &#8220;red&#8221; to another color name like &#8220;black&#8221; or the hexadecimal color like &#8220;#f2f2e8&#8243;.</p>
<p>If you want to create more space around the content, there are a number of ways, the easiest is adding a margin attribute to the body tag like this:<br />
<code><br />
body {margin: 10px; }<br />
</code></p>
<p>And if you are wanting to add a repeated graphics border to the entire page, you could do something like this:<br />
<code><br />
body {<br />
          margin: 10px;<br />
	  background: #ffffff url(images/web_nouveu_bkg.gif) repeat left top;<br />
}<br />
</code><br />
This will put a 10 pixel margin around the top, bottom and sides of the page and add a background color of white (#ffffff) and a repeated background image starting at the top of the left-hand corner.</p>
<p>I hope this helps and thanks for visiting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eHackz</title>
		<link>http://carolynecooper.com/do/web-dev/how-to-change-your-wordpress-background-image/comment-page-1#comment-471</link>
		<dc:creator>eHackz</dc:creator>
		<pubDate>Tue, 15 Jun 2010 13:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://carolynecooper.com/?p=439#comment-471</guid>
		<description>How to add border to whole page of WordPress theme.</description>
		<content:encoded><![CDATA[<p>How to add border to whole page of WordPress theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carolyn</title>
		<link>http://carolynecooper.com/do/web-dev/how-to-change-your-wordpress-background-image/comment-page-1#comment-432</link>
		<dc:creator>carolyn</dc:creator>
		<pubDate>Sat, 27 Mar 2010 17:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://carolynecooper.com/?p=439#comment-432</guid>
		<description>According to Google Translate, the English Translation from the Dutch is:

&lt;blockquote&gt;Changing Wordpress Wordpress header best you can find on the net how. So I went to work after I had read. A code change is not so difficult. You just know what you do in the&lt;/blockquote&gt;

&lt;strong&gt;Bedankt!&lt;/strong&gt;&lt;em&gt;</description>
		<content:encoded><![CDATA[<p>According to Google Translate, the English Translation from the Dutch is:</p>
<blockquote><p>Changing Wordpress Wordpress header best you can find on the net how. So I went to work after I had read. A code change is not so difficult. You just know what you do in the</p></blockquote>
<p><strong>Bedankt!</strong><em></em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress header veranderen - OnlyLiesbeth.nl</title>
		<link>http://carolynecooper.com/do/web-dev/how-to-change-your-wordpress-background-image/comment-page-1#comment-431</link>
		<dc:creator>Wordpress header veranderen - OnlyLiesbeth.nl</dc:creator>
		<pubDate>Sat, 27 Mar 2010 10:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://carolynecooper.com/?p=439#comment-431</guid>
		<description>[...] van Wordpress kan je dat best vinden op het net hoe dat moet. Dus ik ging aan de slag nadat ik dit had gelezen. Een code veranderen is niet zo moeilijk. Je moet alleen wel weten wat je doet in de [...]</description>
		<content:encoded><![CDATA[<p>[...] van Wordpress kan je dat best vinden op het net hoe dat moet. Dus ik ging aan de slag nadat ik dit had gelezen. Een code veranderen is niet zo moeilijk. Je moet alleen wel weten wat je doet in de [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carolyn</title>
		<link>http://carolynecooper.com/do/web-dev/how-to-change-your-wordpress-background-image/comment-page-1#comment-418</link>
		<dc:creator>carolyn</dc:creator>
		<pubDate>Wed, 09 Sep 2009 14:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://carolynecooper.com/?p=439#comment-418</guid>
		<description>Hmm, I&#039;m not certain what exactly you are asking. The instructions above should help you place a background image for your theme. If you do not want to repeat your image, look at the last code example:
&lt;code&gt;
background: #00ff00 url(&#039;img/aerobic-woman.jpg&#039;) no-repeat left top;
&lt;/code&gt;

Notice the &quot;no-repeat&quot;, that stops the image from repeating. The &quot;left&quot;, aligns the image on the left and the &quot;top&quot; aligns the image on the top. If you want to center the image, you would change that code to read &quot;no-repeat center center&quot;.

If you are talking about placing an image as the background of a single page entry, you need to create a custom theme and assign it to the page as explained on the &lt;a href=&quot;http://codex.wordpress.org/Pages&quot; rel=&quot;nofollow&quot;&gt;Wordpress.org site here: http://codex.wordpress.org/Pages. &lt;/a&gt; 

If you are talking about assigning a different  background image to a specific category that becomes a bit trickier and would require an another lesson.

I hope this helps you a bit more. If not, please feel free to give us a little more information about your specific need. And thank you for visiting the site.</description>
		<content:encoded><![CDATA[<p>Hmm, I&#8217;m not certain what exactly you are asking. The instructions above should help you place a background image for your theme. If you do not want to repeat your image, look at the last code example:<br />
<code><br />
background: #00ff00 url('img/aerobic-woman.jpg') no-repeat left top;<br />
</code></p>
<p>Notice the &#8220;no-repeat&#8221;, that stops the image from repeating. The &#8220;left&#8221;, aligns the image on the left and the &#8220;top&#8221; aligns the image on the top. If you want to center the image, you would change that code to read &#8220;no-repeat center center&#8221;.</p>
<p>If you are talking about placing an image as the background of a single page entry, you need to create a custom theme and assign it to the page as explained on the <a href="http://codex.wordpress.org/Pages" rel="nofollow">Wordpress.org site here: </a><a href="http://codex.wordpress.org/Pages" rel="nofollow">http://codex.wordpress.org/Pages</a>.  </p>
<p>If you are talking about assigning a different  background image to a specific category that becomes a bit trickier and would require an another lesson.</p>
<p>I hope this helps you a bit more. If not, please feel free to give us a little more information about your specific need. And thank you for visiting the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yosyama</title>
		<link>http://carolynecooper.com/do/web-dev/how-to-change-your-wordpress-background-image/comment-page-1#comment-417</link>
		<dc:creator>yosyama</dc:creator>
		<pubDate>Tue, 08 Sep 2009 23:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://carolynecooper.com/?p=439#comment-417</guid>
		<description>Yes this is clear enough. YET, what i need is a specific bg image for a single page; wanting to design a none repeatable image that will underlay all page content..can this be done ?

Thanks, Yosyama</description>
		<content:encoded><![CDATA[<p>Yes this is clear enough. YET, what i need is a specific bg image for a single page; wanting to design a none repeatable image that will underlay all page content..can this be done ?</p>
<p>Thanks, Yosyama</p>
]]></content:encoded>
	</item>
</channel>
</rss>
