<?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 Add A Custom Background Image To Your Thesis WordPress Theme</title>
	<atom:link href="http://www.logosforwebsites.com/2009/05/how-to-add-a-custom-background-image-to-your-thesis-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.logosforwebsites.com/2009/05/how-to-add-a-custom-background-image-to-your-thesis-wordpress-theme/</link>
	<description>Logos and graphic design for your website at a reasonable price.</description>
	<lastBuildDate>Fri, 13 Jan 2012 17:37:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Estella</title>
		<link>http://www.logosforwebsites.com/2009/05/how-to-add-a-custom-background-image-to-your-thesis-wordpress-theme/comment-page-1/#comment-1180</link>
		<dc:creator>Estella</dc:creator>
		<pubDate>Mon, 30 May 2011 01:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.logosforwebsites.com/?p=682#comment-1180</guid>
		<description>try this to your background image.. just change the url


body.custom {
background-image: url(http://i1108.photobucket.com/albums/h405/Smart_Mulok/finalbackground-2.jpg);
	background-attachment: fixed; 
margin-top: 10em;
margin-bottom: 2em;
}</description>
		<content:encoded><![CDATA[<p>try this to your background image.. just change the url</p>
<p>body.custom {<br />
background-image: url(http://i1108.photobucket.com/albums/h405/Smart_Mulok/finalbackground-2.jpg);<br />
	background-attachment: fixed;<br />
margin-top: 10em;<br />
margin-bottom: 2em;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why Use Thesis? &#8211; Things You Should Know</title>
		<link>http://www.logosforwebsites.com/2009/05/how-to-add-a-custom-background-image-to-your-thesis-wordpress-theme/comment-page-1/#comment-1170</link>
		<dc:creator>Why Use Thesis? &#8211; Things You Should Know</dc:creator>
		<pubDate>Mon, 11 Apr 2011 14:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.logosforwebsites.com/?p=682#comment-1170</guid>
		<description>[...] you need to know in order to further utilize your layout experience can be found online, such as adding a custom background to your thesis theme, or customizing your page&#8217;s read more links. However, all of these CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] you need to know in order to further utilize your layout experience can be found online, such as adding a custom background to your <a href="http://www.logosforwebsites.com/recommends/thesis" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.logosforwebsites.com/recommends/thesis';return true;" onmouseout="self.status=''">thesis</a> <a href="http://www.logosforwebsites.com/recommends/thesis" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.logosforwebsites.com/recommends/thesis';return true;" onmouseout="self.status=''">theme</a>, or customizing your page&#8217;s read more links. However, all of these CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnR</title>
		<link>http://www.logosforwebsites.com/2009/05/how-to-add-a-custom-background-image-to-your-thesis-wordpress-theme/comment-page-1/#comment-849</link>
		<dc:creator>JohnR</dc:creator>
		<pubDate>Sun, 18 Jul 2010 23:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.logosforwebsites.com/?p=682#comment-849</guid>
		<description>Help!  I have inserted the code into my custom.css, tried to change the ticks, and I have placed my paper.jpg in my own &quot;images&quot; directory and the &quot;thesis_17/custom/images&quot; directory.  I can&#039;t get the image to show up. :(  any help would be appreciated.

/* This line adds your custom background graphic */
body.custom {
background: #000 url(&#039;http://urbomlawblog.com/images/paper.jpg&#039;) 50% 0%; no-repeat; margin: 0 auto;
}

.custom #container {
margin-top: 2em;
margin-bottom: 2em;
}

.custom #page {
background: #e3cf9c;
}</description>
		<content:encoded><![CDATA[<p>Help!  I have inserted the code into my custom.css, tried to change the ticks, and I have placed my paper.jpg in my own &#8220;images&#8221; directory and the &#8220;thesis_17/custom/images&#8221; directory.  I can&#8217;t get the image to show up. <img src='http://www.logosforwebsites.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   any help would be appreciated.</p>
<p>/* This line adds your custom background graphic */<br />
body.custom {<br />
background: #000 url(&#8216;<a href="http://urbomlawblog.com/images/paper.jpg" rel="nofollow">http://urbomlawblog.com/images/paper.jpg</a>&#8216;) 50% 0%; no-repeat; margin: 0 auto;<br />
}</p>
<p>.custom #container {<br />
margin-top: 2em;<br />
margin-bottom: 2em;<br />
}</p>
<p>.custom #page {<br />
background: #e3cf9c;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.logosforwebsites.com/2009/05/how-to-add-a-custom-background-image-to-your-thesis-wordpress-theme/comment-page-1/#comment-841</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 24 Jun 2010 20:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.logosforwebsites.com/?p=682#comment-841</guid>
		<description>it looks like you have the fancy quotes, instead of the tic.. 

&lt;code&gt;’
vs.
&#039;&lt;/code&gt;

not sure if that&#039;s the problem?</description>
		<content:encoded><![CDATA[<p>it looks like you have the fancy quotes, instead of the tic.. </p>
<p><code>’<br />
vs.<br />
'</code></p>
<p>not sure if that&#8217;s the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ja3 mik3</title>
		<link>http://www.logosforwebsites.com/2009/05/how-to-add-a-custom-background-image-to-your-thesis-wordpress-theme/comment-page-1/#comment-840</link>
		<dc:creator>ja3 mik3</dc:creator>
		<pubDate>Wed, 23 Jun 2010 15:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.logosforwebsites.com/?p=682#comment-840</guid>
		<description>Hey I have added the custom code to my site VisualCrack.Net

body.custom {
    background: #8db6b6 url(&#039;images/bg-ocean.jpg&#039;) 50% 0 no-repeat;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}



.custom #page {
    background: #fff;
}

and i have my file upload to f/visualcrack.info/wp-content/themes/thesis_17/custom/images/bg-clouds.jpg

i tried with the tags and without the tags, but to no avail still not working if anyone can help me it would be much appreciated.</description>
		<content:encoded><![CDATA[<p>Hey I have added the custom code to my site VisualCrack.Net</p>
<p>body.custom {<br />
    background: #8db6b6 url(&#8216;images/bg-ocean.jpg&#8217;) 50% 0 no-repeat;<br />
}</p>
<p>.custom #container {<br />
    margin-top: 2em;<br />
    margin-bottom: 2em;<br />
}</p>
<p>.custom #page {<br />
    background: #fff;<br />
}</p>
<p>and i have my file upload to f/visualcrack.info/wp-content/themes/thesis_17/custom/images/bg-clouds.jpg</p>
<p>i tried with the tags and without the tags, but to no avail still not working if anyone can help me it would be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.logosforwebsites.com/2009/05/how-to-add-a-custom-background-image-to-your-thesis-wordpress-theme/comment-page-1/#comment-839</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 17 Jun 2010 02:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.logosforwebsites.com/?p=682#comment-839</guid>
		<description>If you look at my custom.css on my other site, http://www.biblemoneymatters.com, you&#039;ll see this line for the background:

&lt;code&gt;body.custom {
    background: #000 url(&#039;images/bg1.jpg&#039;) no-repeat 50% 0%; color: #000000; margin: 0 auto;
}&lt;/code&gt;


on yours it shows like this:
&lt;code&gt;
body.custom {
background: #000 url(images/Background.jpg) 50% 0%; no-repeat; margin: 0 auto;
}
&lt;/code&gt;

only difference i see are the ticks around the image url?</description>
		<content:encoded><![CDATA[<p>If you look at my custom.css on my other site, <a href="http://www.biblemoneymatters.com" rel="nofollow">http://www.biblemoneymatters.com</a>, you&#8217;ll see this line for the background:</p>
<p><code>body.custom {<br />
    background: #000 url('images/bg1.jpg') no-repeat 50% 0%; color: #000000; margin: 0 auto;<br />
}</code></p>
<p>on yours it shows like this:<br />
<code><br />
body.custom {<br />
background: #000 url(images/Background.jpg) 50% 0%; no-repeat; margin: 0 auto;<br />
}<br />
</code></p>
<p>only difference i see are the ticks around the image url?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Peterson</title>
		<link>http://www.logosforwebsites.com/2009/05/how-to-add-a-custom-background-image-to-your-thesis-wordpress-theme/comment-page-1/#comment-838</link>
		<dc:creator>Nick Peterson</dc:creator>
		<pubDate>Thu, 17 Jun 2010 00:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.logosforwebsites.com/?p=682#comment-838</guid>
		<description>Hi there,

I created a custom background and header for my site. Both appear perfectly in Internet Explorer, but the background doesn&#039;t appear in Firefox, Safari or Chrome. Any ideas on how to fix that? Thanks!</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I created a custom background and header for my site. Both appear perfectly in Internet Explorer, but the background doesn&#8217;t appear in Firefox, Safari or Chrome. Any ideas on how to fix that? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerhard</title>
		<link>http://www.logosforwebsites.com/2009/05/how-to-add-a-custom-background-image-to-your-thesis-wordpress-theme/comment-page-1/#comment-826</link>
		<dc:creator>Gerhard</dc:creator>
		<pubDate>Thu, 22 Apr 2010 10:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.logosforwebsites.com/?p=682#comment-826</guid>
		<description>Heya,

In reply to the background image not showing issue above: I had the same dang thing. What you need to do is remove the &quot; &#039; &#039; &quot; quotes around the (‘images/textgreen.gif’), making it (images/textgreen.gif)

Cool way to test for me was to open my site, background not showing up, right click and go &quot;view background&quot;. It then threw an error that the file couldn&#039;t be found, which is when I noticed in the address bar the quotes were still included.

Hope this helps and saves someone the 2 hours of my life I just wasted... :)</description>
		<content:encoded><![CDATA[<p>Heya,</p>
<p>In reply to the background image not showing issue above: I had the same dang thing. What you need to do is remove the &#8221; &#8216; &#8216; &#8221; quotes around the (‘images/textgreen.gif’), making it (images/textgreen.gif)</p>
<p>Cool way to test for me was to open my site, background not showing up, right click and go &#8220;view background&#8221;. It then threw an error that the file couldn&#8217;t be found, which is when I noticed in the address bar the quotes were still included.</p>
<p>Hope this helps and saves someone the 2 hours of my life I just wasted&#8230; <img src='http://www.logosforwebsites.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Sanson</title>
		<link>http://www.logosforwebsites.com/2009/05/how-to-add-a-custom-background-image-to-your-thesis-wordpress-theme/comment-page-1/#comment-658</link>
		<dc:creator>James Sanson</dc:creator>
		<pubDate>Mon, 11 Jan 2010 22:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.logosforwebsites.com/?p=682#comment-658</guid>
		<description>do I put in a width and height 100%? I thought the no repeat, etc would have made it do this.</description>
		<content:encoded><![CDATA[<p>do I put in a width and height 100%? I thought the no repeat, etc would have made it do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Sanson</title>
		<link>http://www.logosforwebsites.com/2009/05/how-to-add-a-custom-background-image-to-your-thesis-wordpress-theme/comment-page-1/#comment-657</link>
		<dc:creator>James Sanson</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.logosforwebsites.com/?p=682#comment-657</guid>
		<description>I removed some weird &#039; &#039; from it and replaced it- with simple &#039; &#039; and now I have the graphic in a tile format. I would like it to be centered and only one of them that expands the entire body. I am just looking for the rays of the sun to come equally thru the background edges.</description>
		<content:encoded><![CDATA[<p>I removed some weird &#8216; &#8216; from it and replaced it- with simple &#8216; &#8216; and now I have the graphic in a tile format. I would like it to be centered and only one of them that expands the entire body. I am just looking for the rays of the sun to come equally thru the background edges.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

