<?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: Header Ad Image</title>
		<link>http://www.kriesi.at/support/topic/header-ad-image</link>
		<description>Support Forum - Topic: Header Ad Image</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 14:32:01 +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/header-ad-image" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Header Ad Image"</title>
			<link>http://www.kriesi.at/support/topic/header-ad-image#post-25992</link>
			<pubDate>Sun, 28 Aug 2011 14:24:05 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">25992@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
to link an image you would do the following&#60;br /&#62;
&#60;code&#62;&#38;lt;a href=&#38;quot;LINK TO WHERE YOU WANT TO GO&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;LINK TO EXISTING IMAGE&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;keep the quotes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lkennedy on "Header Ad Image"</title>
			<link>http://www.kriesi.at/support/topic/header-ad-image#post-25965</link>
			<pubDate>Sat, 27 Aug 2011 17:32:45 +0000</pubDate>
			<dc:creator>lkennedy</dc:creator>
			<guid isPermaLink="false">25965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just one more question. I want this image to link to a sign-up list form. I have the HTML for that link. How do I add it to the above HTML for the image?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Header Ad Image"</title>
			<link>http://www.kriesi.at/support/topic/header-ad-image#post-25618</link>
			<pubDate>Tue, 23 Aug 2011 14:44:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25618@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to replace: &#60;a href=&#34;http://eatineatout.ca/wp-content/uploads/2011/08/Header-ad.jpg/468x60/333/fff.jpg&#34; rel=&#34;nofollow&#34;&#62;http://eatineatout.ca/wp-content/uploads/2011/08/Header-ad.jpg/468x60/333/fff.jpg&#60;/a&#62; with a custom image url (i.e. banner image, etc. This file: &#60;a href=&#34;http://eatineatout.ca/wp-content/uploads/2011/08/Header-ad.jpg/468x60/333/fff.jpg&#34; rel=&#34;nofollow&#34;&#62;http://eatineatout.ca/wp-content/uploads/2011/08/Header-ad.jpg/468x60/333/fff.jpg&#60;/a&#62; doesn't exist and won't display :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lkennedy on "Header Ad Image"</title>
			<link>http://www.kriesi.at/support/topic/header-ad-image#post-25610</link>
			<pubDate>Tue, 23 Aug 2011 14:22:23 +0000</pubDate>
			<dc:creator>lkennedy</dc:creator>
			<guid isPermaLink="false">25610@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry to be so dumb... So in the code above, instead of google.com - I put in mywebsite.com. And instead of dummyimage.com - I put in the URL of the image from  media uploads. If this is correct, it still did not work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Header Ad Image"</title>
			<link>http://www.kriesi.at/support/topic/header-ad-image#post-25580</link>
			<pubDate>Tue, 23 Aug 2011 06:44:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25580@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) The banner just displays html code - so i.e. if you'd like to insert a clickable banner use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;#39;http://google.com/&#38;#39;&#38;gt;&#38;lt;img src=&#38;#39;http://dummyimage.com/468x60/333/fff.jpg&#38;#39;&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and instead of &#60;a href=&#34;http://google.com&#34; rel=&#34;nofollow&#34;&#62;http://google.com&#60;/a&#62; use your target url and insert your image url instead of the &#34;dummyimage code&#34;.&#60;/p&#62;
&#60;p&#62;2) Add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.paim_framed {
    height: 58px;
    line-height: 58px;
    width: 466px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and adjust all 3 values (basically 2x 58px, and 466px) to your required images size).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lkennedy on "Header Ad Image"</title>
			<link>http://www.kriesi.at/support/topic/header-ad-image#post-25543</link>
			<pubDate>Mon, 22 Aug 2011 17:20:38 +0000</pubDate>
			<dc:creator>lkennedy</dc:creator>
			<guid isPermaLink="false">25543@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to upload an image into the Header Ad area. When I try to paste in the URL link, it just appears as boxed text on the home page. What do I do? Also, can I make it larger that the recommended 468 x 60?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
