<?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: Background Image in Header and Footer NOT WORKING.</title>
		<link>http://www.kriesi.at/support/topic/background-image-in-header-and-footer-not-working</link>
		<description>Support Forum - Topic: Background Image in Header and Footer NOT WORKING.</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 13:04:46 +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/background-image-in-header-and-footer-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Background Image in Header and Footer NOT WORKING."</title>
			<link>http://www.kriesi.at/support/topic/background-image-in-header-and-footer-not-working#post-43105</link>
			<pubDate>Thu, 23 Feb 2012 07:28:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43105@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Martin for spotting the syntax mistake.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Trillamar on "Background Image in Header and Footer NOT WORKING."</title>
			<link>http://www.kriesi.at/support/topic/background-image-in-header-and-footer-not-working#post-43101</link>
			<pubDate>Thu, 23 Feb 2012 05:53:28 +0000</pubDate>
			<dc:creator>Trillamar</dc:creator>
			<guid isPermaLink="false">43101@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Martin-&#60;br /&#62;
BRILLIANT, thank you!! Oh my goodness it's excruciating when I get 'brain-lock' and can't see things like that.&#60;/p&#62;
&#60;p&#62;Thanks so much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Martin from WaldWort digital publishing on "Background Image in Header and Footer NOT WORKING."</title>
			<link>http://www.kriesi.at/support/topic/background-image-in-header-and-footer-not-working#post-42984</link>
			<pubDate>Wed, 22 Feb 2012 17:40:16 +0000</pubDate>
			<dc:creator>Martin from WaldWort digital publishing</dc:creator>
			<guid isPermaLink="false">42984@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;according to firebug, one comma can make a big difference... ;-)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#header, #footer {&#60;br /&#62;
    background-image: url(&#34;http://areaone.amylondon.com/wp-content/uploads/2012/02/bg.jpg&#34;);&#60;br /&#62;
}&#60;/code&#62;&#60;br /&#62;
as soon as I enter that in firebug, your site looks right to me&#60;/p&#62;
&#60;p&#62;cheers &#38;amp; good luck&#60;br /&#62;
Martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Trillamar on "Background Image in Header and Footer NOT WORKING."</title>
			<link>http://www.kriesi.at/support/topic/background-image-in-header-and-footer-not-working#post-42973</link>
			<pubDate>Wed, 22 Feb 2012 16:50:55 +0000</pubDate>
			<dc:creator>Trillamar</dc:creator>
			<guid isPermaLink="false">42973@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello and thank you for the prompt response, I sincerely appreciate it!&#60;/p&#62;
&#60;p&#62;Unfortunately that didn't work, any other ideas on what I should try?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Background Image in Header and Footer NOT WORKING."</title>
			<link>http://www.kriesi.at/support/topic/background-image-in-header-and-footer-not-working#post-42916</link>
			<pubDate>Wed, 22 Feb 2012 10:19:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">42916@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
try following code in css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header, #footer{
background:url(&#38;quot;http://areaone.amylondon.com/wp-content/uploads/2012/02/bg.jpg&#38;quot;) repeat !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Trillamar on "Background Image in Header and Footer NOT WORKING."</title>
			<link>http://www.kriesi.at/support/topic/background-image-in-header-and-footer-not-working#post-42828</link>
			<pubDate>Wed, 22 Feb 2012 00:51:04 +0000</pubDate>
			<dc:creator>Trillamar</dc:creator>
			<guid isPermaLink="false">42828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I know this has been posted before, but I am at my wits end and I can't make this work through the custom css file,&#60;br /&#62;
I have been working on it for HOURS and can't get it to work right. &#60;/p&#62;
&#60;p&#62;I have pasted this into the custom CSS file:&#60;/p&#62;
&#60;p&#62;#header, #footer, {&#60;br /&#62;
background:url(http://areaone.amylondon.com/wp-content/uploads/2012/02/bg.jpg);&#60;br /&#62;
background-repeat:repeat;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;The picture is up there, I don't know what I'm doing wrong. &#60;/p&#62;
&#60;p&#62;I even tried this but it didn't work:&#60;/p&#62;
&#60;p&#62;#header, #footer, {&#60;br /&#62;
background:url(../../../uploads/2012/02/bg.jpg);&#60;br /&#62;
background-repeat:repeat;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Pretty please, help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
