<?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: How to add a 468 X 60 banner under the search form</title>
		<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form</link>
		<description>Support Forum - Topic: How to add a 468 X 60 banner under the search form</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 04:18:23 +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/how-to-add-a-468-x-60-banner-under-the-search-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-29023</link>
			<pubDate>Sun, 09 Oct 2011 07:49:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Not sure how to move the banner then. It's the only element we can reposition (there's no other div/iframe element). It works in firebug and Google Chrome dev tools....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Baris on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-28986</link>
			<pubDate>Sat, 08 Oct 2011 08:27:29 +0000</pubDate>
			<dc:creator>Baris</dc:creator>
			<guid isPermaLink="false">28986@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thx Dude but did not work :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-28786</link>
			<pubDate>Thu, 06 Oct 2011 08:31:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28786@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following css code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#aswift_0{
    left: 450px !important;
    top: 60px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However many users (like me) won't see the banner because adblock plus removes it....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Baris on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-28779</link>
			<pubDate>Thu, 06 Oct 2011 07:01:59 +0000</pubDate>
			<dc:creator>Baris</dc:creator>
			<guid isPermaLink="false">28779@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok Chris, I put it again.If you have sometime,could you look at please?&#60;/p&#62;
&#60;p&#62;ps: I hope I put css code right...&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-28347</link>
			<pubDate>Sun, 02 Oct 2011 00:37:16 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28347@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm positive it works, if you could put it back up we can give you some more specific instructions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Baris on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-28299</link>
			<pubDate>Fri, 30 Sep 2011 20:21:31 +0000</pubDate>
			<dc:creator>Baris</dc:creator>
			<guid isPermaLink="false">28299@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude, tried it but It did not work it.I think this a plugin problem :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-28066</link>
			<pubDate>Wed, 28 Sep 2011 12:37:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28066@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't know the plugin itself but you can reposition the banner container/div by using following  css code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;position: absolute;
right: 0px;
top: 0px;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you increase the top/right value the banner will move towards te bottom/left. However you need to apply these css values to the right div.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Baris on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-28038</link>
			<pubDate>Wed, 28 Sep 2011 05:31:49 +0000</pubDate>
			<dc:creator>Baris</dc:creator>
			<guid isPermaLink="false">28038@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Chris,&#60;br /&#62;
thanks for reply.Yes I removed it.&#60;br /&#62;
If i put ad code under:&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- end headextras: --&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;shows leftside above Logo.I do not know but is that plugin problem?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-28013</link>
			<pubDate>Tue, 27 Sep 2011 21:15:35 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28013@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
we can't account for external plugins, however any valid HTML code should work as James &#38;amp; Dude previously mentioned. I don't see any plugin inclusion in the header area on your site, did you remove it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Baris on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-27948</link>
			<pubDate>Tue, 27 Sep 2011 10:03:20 +0000</pubDate>
			<dc:creator>Baris</dc:creator>
			<guid isPermaLink="false">27948@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried with AdRotate plugin today but it doesn`t work.Another tut maybe?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-4684</link>
			<pubDate>Tue, 14 Sep 2010 06:05:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4684@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Use something like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;my-banner.png&#38;quot; style=&#38;quot;border:none;background:none;&#38;quot; alt=&#38;quot;&#38;quot; title=&#38;quot;&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fr0zen on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-4655</link>
			<pubDate>Mon, 13 Sep 2010 19:13:59 +0000</pubDate>
			<dc:creator>Fr0zen</dc:creator>
			<guid isPermaLink="false">4655@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok..but the .css ?  :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-4645</link>
			<pubDate>Mon, 13 Sep 2010 17:18:13 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Your best bet would be to hard code this into header.php - just after this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- end headextras: --&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fr0zen on "How to add a 468 X 60 banner under the search form"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-a-468-x-60-banner-under-the-search-form#post-4573</link>
			<pubDate>Mon, 13 Sep 2010 04:46:18 +0000</pubDate>
			<dc:creator>Fr0zen</dc:creator>
			<guid isPermaLink="false">4573@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How to add a 468 X 60 banner under the search form like this image?  &#60;a href=&#34;http://img255.imageshack.us/img255/5423/immaginedk.png&#34; rel=&#34;nofollow&#34;&#62;http://img255.imageshack.us/img255/5423/immaginedk.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is the site :)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://italiantorrent.net/&#34; rel=&#34;nofollow&#34;&#62;http://italiantorrent.net/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
