<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: backround image for the content area...</title>
		<link>http://www.kriesi.at/support/topic/backround-image-for-the-content-area</link>
		<description>Support Forum - Topic: backround image for the content area...</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 22:52:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/backround-image-for-the-content-area" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "backround image for the content area..."</title>
			<link>http://www.kriesi.at/support/topic/backround-image-for-the-content-area#post-105371</link>
			<pubDate>Sat, 13 Apr 2013 15:01:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105371@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ngonzalez,&#60;/p&#62;
&#60;p&#62;You would need to contact the individual for the exact how-to or try inspecting their css on the live site.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ngonzalez on "backround image for the content area..."</title>
			<link>http://www.kriesi.at/support/topic/backround-image-for-the-content-area#post-105218</link>
			<pubDate>Thu, 11 Apr 2013 20:56:57 +0000</pubDate>
			<dc:creator>ngonzalez</dc:creator>
			<guid isPermaLink="false">105218@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;Do you have any idea of how they accomplished this? I want to do something similar. In my case I want then jpg from the header to fill in on the sides of the site. That way I would only have text on the body and footer and the header and the sides are only have an image. Making my site look like a frame&#60;br /&#62;
Please advise&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "backround image for the content area..."</title>
			<link>http://www.kriesi.at/support/topic/backround-image-for-the-content-area#post-21352</link>
			<pubDate>Wed, 22 Jun 2011 10:01:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21352@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you solved the problem :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c_srishti on "backround image for the content area..."</title>
			<link>http://www.kriesi.at/support/topic/backround-image-for-the-content-area#post-21331</link>
			<pubDate>Tue, 21 Jun 2011 21:46:08 +0000</pubDate>
			<dc:creator>c_srishti</dc:creator>
			<guid isPermaLink="false">21331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Got it working... I messed around with the #contentwrap....&#60;br /&#62;
Thanks a lot
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c_srishti on "backround image for the content area..."</title>
			<link>http://www.kriesi.at/support/topic/backround-image-for-the-content-area#post-21319</link>
			<pubDate>Tue, 21 Jun 2011 17:59:50 +0000</pubDate>
			<dc:creator>c_srishti</dc:creator>
			<guid isPermaLink="false">21319@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;br /&#62;
thanks for the reply,&#60;br /&#62;
When I added &#60;/p&#62;
&#60;p&#62;#main{&#60;br /&#62;
background: #001067 url(../images/skin1/content.jpg) repeat-y center 0;&#60;br /&#62;
}&#60;br /&#62;
at the very bottom of style1.css,&#60;/p&#62;
&#60;p&#62;that, this is what it looks like:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://soulmatestars.com/content_bad.jpg&#34; rel=&#34;nofollow&#34;&#62;http://soulmatestars.com/content_bad.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So it seems the content area is defined at teh 100px in the center. I want my image to stretch from side to side. To give you an exact idea:&#60;br /&#62;
&#60;a href=&#34;http://soulmatestars.com/wp-content/themes/newscast/images/skin1/content.jpg&#34; rel=&#34;nofollow&#34;&#62;http://soulmatestars.com/wp-content/themes/newscast/images/skin1/content.jpg&#60;/a&#62;&#60;br /&#62;
Please help!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "backround image for the content area..."</title>
			<link>http://www.kriesi.at/support/topic/backround-image-for-the-content-area#post-21296</link>
			<pubDate>Tue, 21 Jun 2011 09:39:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21296@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following code to style1/2/3/4.css (at the very bottom):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main{
background: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the background value to your needs (other color, image, etc.).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c_srishti on "backround image for the content area..."</title>
			<link>http://www.kriesi.at/support/topic/backround-image-for-the-content-area#post-21282</link>
			<pubDate>Mon, 20 Jun 2011 22:23:11 +0000</pubDate>
			<dc:creator>c_srishti</dc:creator>
			<guid isPermaLink="false">21282@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi,&#60;br /&#62;
I have pretty much set up the whole site but I am stuck on setting an image for the content area.&#60;br /&#62;
I have the image for header and footer working great, but not sure how to do the same for the content...&#60;br /&#62;
&#60;a href=&#34;http://soulmatestars.com&#34; rel=&#34;nofollow&#34;&#62;http://soulmatestars.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Just like the header and footer the content will have an image that extent for left to right. havs blue side strips with stars and central yellow area. This needs to be stretch as the content increases in length.&#60;/p&#62;
&#60;p&#62;Please advice on how to achieve this... I love the theme, (the client wants two drop down menus just like newscast has), and this is the artwork that I need to work with.&#60;/p&#62;
&#60;p&#62;Help!&#60;br /&#62;
Srishti
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
