<?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 change header background area to custom file only?</title>
		<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only</link>
		<description>Support Forum - Topic: How to change header background area to custom file only?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 12:22:38 +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-change-header-background-area-to-custom-file-only" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28825</link>
			<pubDate>Thu, 06 Oct 2011 14:25:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28825@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that the problem is solved now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28799</link>
			<pubDate>Thu, 06 Oct 2011 10:36:15 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">28799@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Everything is perfect, thank You guys for support, and sorry Chris for confusion. Starting from my next order I will be more precise!&#60;br /&#62;
Once again thank You, all problems in this topic are solved !!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28732</link>
			<pubDate>Wed, 05 Oct 2011 22:15:30 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28732@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;As for 3 - (Tip: When working with clients it's smart to create photoshop previews so it saves you/others quite some time .. which is now wasted on coding.)&#60;/p&#62;
&#60;p&#62;Replace the code provided by Dude with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//check if we can/should display image
				if(isset($data[&#38;#39;image&#38;#39;]) &#38;amp;&#38;amp; $data[&#38;#39;image&#38;#39;] != &#38;quot;&#38;quot; &#38;amp;&#38;amp; strpos($data[&#38;#39;display&#38;#39;], &#38;#39;img&#38;#39;) !== false)
				{
					$slider = new avia_slideshow(get_the_ID());
					if(strpos($data[&#38;#39;display&#38;#39;], &#38;#39;post&#38;#39;) !== false)
					{
					$output .= &#38;quot;&#38;lt;h3 class=&#38;#39;dynamic-column-title&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h3&#38;gt;&#38;quot;;
				}
		 	 		$output .= $slider-&#38;gt;display_small($data[&#38;#39;image&#38;#39;], true, $data[&#38;#39;caption&#38;#39;]);
				}

				//check if we should display post content
				if(strpos($data[&#38;#39;display&#38;#39;], &#38;#39;post&#38;#39;) !== false)
				{
					$output .= &#38;quot;&#38;lt;div class=&#38;#39;entry-content&#38;#39;&#38;gt;&#38;quot;;

					if(!$additional_loop-&#38;gt;post-&#38;gt;post_excerpt &#124;&#124; $data[&#38;#39;value&#38;#39;] == $this-&#38;gt;post_id)
					{
						$content = get_the_content(&#38;#39;&#38;lt;span class=&#38;quot;inner_more&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);
						$content = apply_filters(&#38;#39;the_content&#38;#39;, $content);
						$content = str_replace(&#38;#39;]]&#38;gt;&#38;#39;, &#38;#39;]]&#38;gt;&#38;#39;, $content);
					}
					else
					{
						$content = apply_filters(&#38;#39;the_excerpt&#38;#39;, get_the_excerpt());
						$content .= &#38;#39;&#38;lt;p&#38;gt;&#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;&#38;#39;. get_permalink().&#38;#39;&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;inner_more&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
					}

					$output.= $content;
					$output.= &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The title can be styled/positioned through CSS.&#60;/p&#62;
&#60;p&#62;As for your light area you can add a background-image to your #header.&#60;br /&#62;
If you want to remove that dark line on the very top you can go in your style.css and remove the background image of&#60;br /&#62;
&#60;code&#62;#header .submenu&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28723</link>
			<pubDate>Wed, 05 Oct 2011 21:40:04 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">28723@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi again,&#60;br /&#62;
according to problem no.3 customer finally decided to make it like this, would You suggest how to make it work like this?&#60;/p&#62;
&#60;p&#62;========&#60;br /&#62;
TITLE&#60;br /&#62;
IMAGE&#60;br /&#62;
EXCERPT&#60;br /&#62;
========
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28697</link>
			<pubDate>Wed, 05 Oct 2011 16:59:14 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">28697@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks so much Kriesi, problem no.3 is SOLVED :) it works great on both Mozilla 6 and IE8 &#60;/p&#62;
&#60;p&#62;Still waiting for Chris' and Dude's answers.&#60;br /&#62;
Greetings
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28696</link>
			<pubDate>Wed, 05 Oct 2011 16:46:52 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">28696@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;br /&#62;
Please add this to your custom.css file, located in your /css/ folder&#60;/p&#62;
&#60;pre&#62;
#top #wrap_all .dynamic_column_boxed .slideshow_container{
clear:both;
top:-51px;
}
&#60;/pre&#62;
&#60;p&#62;That should help :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28681</link>
			<pubDate>Wed, 05 Oct 2011 14:31:29 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">28681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;now I see, thanks anyway Dude for explanation, I thought previously that this kind of modification is a piece of cake, unofortunately it's not. So please let me know if Kriesi will answer to this question.&#60;/p&#62;
&#60;p&#62;Meanwhile, I'm waiting for solution from Chris to problem no.1 and tell me please what about problem no.4 (removing the very top wide bar above logo - how it can be done?)&#60;/p&#62;
&#60;p&#62;Thanks for Your kind assistance guys !!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28680</link>
			<pubDate>Wed, 05 Oct 2011 13:56:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28680@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - the reason is that the slideshow isn't laid out for this structure. The code change I posted above outputs the right php/html code but the slider won't appear because it requires css/js modifications. I played around with the css code but didn't find a solution. Maybe I just miss a small step but (as I pointed out above) on the other hand I don't know exactly which changes are required. I forwarded it to Kriesi and I hope he can post a solution but I can't promise that no.3 can be done.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28675</link>
			<pubDate>Wed, 05 Oct 2011 12:16:18 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">28675@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, according to problem no.3 I understand that changes will occur to all columns and it's ok, but the problem is that after modifying code according to Your instructions above - images disappeared. I need them back, would You plese check if code is correct?&#60;/p&#62;
&#60;p&#62;please check &#60;a href=&#34;http://www.adwokatnalepka.pl/wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.adwokatnalepka.pl/wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It should be:&#60;br /&#62;
===========&#60;br /&#62;
TITLE&#60;br /&#62;
description &#60;/p&#62;
&#60;p&#62;IMAGE&#60;br /&#62;
===========
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28664</link>
			<pubDate>Wed, 05 Oct 2011 08:37:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28664@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok - I think Chris is right - it's a tricky task. I'll ask Kriesi if we can provide a solution but maybe it requires major css/js changes and in this case it's not possible to switch the slideshow/content area.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28661</link>
			<pubDate>Wed, 05 Oct 2011 08:23:42 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">28661@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude for help, it almost work, after putting Your modified code only the images aren't able to display below the title and excerpt. Would You please check it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28651</link>
			<pubDate>Wed, 05 Oct 2011 07:49:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28651@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Re 3) - you can modify the template structure in includes/helper-templates.php:&#60;/p&#62;
&#60;p&#62;Replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//check if we can/should display image
				if(isset($data[&#38;#39;image&#38;#39;]) &#38;amp;&#38;amp; $data[&#38;#39;image&#38;#39;] != &#38;quot;&#38;quot; &#38;amp;&#38;amp; strpos($data[&#38;#39;display&#38;#39;], &#38;#39;img&#38;#39;) !== false)
				{
					$slider = new avia_slideshow(get_the_ID());
		 	 		$output .= $slider-&#38;gt;display_small($data[&#38;#39;image&#38;#39;], true, $data[&#38;#39;caption&#38;#39;]);
				}

				//check if we should display post content
				if(strpos($data[&#38;#39;display&#38;#39;], &#38;#39;post&#38;#39;) !== false)
				{
					$output .= &#38;quot;&#38;lt;div class=&#38;#39;entry-content&#38;#39;&#38;gt;&#38;quot;;
					$output .= &#38;quot;&#38;lt;h3 class=&#38;#39;dynamic-column-title&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h3&#38;gt;&#38;quot;;

					if(!$additional_loop-&#38;gt;post-&#38;gt;post_excerpt &#124;&#124; $data[&#38;#39;value&#38;#39;] == $this-&#38;gt;post_id)
					{
						$content = get_the_content(&#38;#39;&#38;lt;span class=&#38;quot;inner_more&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);
						$content = apply_filters(&#38;#39;the_content&#38;#39;, $content);
						$content = str_replace(&#38;#39;]]&#38;gt;&#38;#39;, &#38;#39;]]&#38;gt;&#38;#39;, $content);
					}
					else
					{
						$content = apply_filters(&#38;#39;the_excerpt&#38;#39;, get_the_excerpt());
						$content .= &#38;#39;&#38;lt;p&#38;gt;&#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;&#38;#39;. get_permalink().&#38;#39;&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;inner_more&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
					}

					$output.= $content;
					$output.= &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//check if we should display post content
				if(strpos($data[&#38;#39;display&#38;#39;], &#38;#39;post&#38;#39;) !== false)
				{
					$output .= &#38;quot;&#38;lt;div class=&#38;#39;entry-content&#38;#39;&#38;gt;&#38;quot;;
					$output .= &#38;quot;&#38;lt;h3 class=&#38;#39;dynamic-column-title&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h3&#38;gt;&#38;quot;;

					if(!$additional_loop-&#38;gt;post-&#38;gt;post_excerpt &#124;&#124; $data[&#38;#39;value&#38;#39;] == $this-&#38;gt;post_id)
					{
						$content = get_the_content(&#38;#39;&#38;lt;span class=&#38;quot;inner_more&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);
						$content = apply_filters(&#38;#39;the_content&#38;#39;, $content);
						$content = str_replace(&#38;#39;]]&#38;gt;&#38;#39;, &#38;#39;]]&#38;gt;&#38;#39;, $content);
					}
					else
					{
						$content = apply_filters(&#38;#39;the_excerpt&#38;#39;, get_the_excerpt());
						$content .= &#38;#39;&#38;lt;p&#38;gt;&#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;&#38;#39;. get_permalink().&#38;#39;&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;inner_more&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
					}

					$output.= $content;
					$output.= &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
				}				

				//check if we can/should display image
				if(isset($data[&#38;#39;image&#38;#39;]) &#38;amp;&#38;amp; $data[&#38;#39;image&#38;#39;] != &#38;quot;&#38;quot; &#38;amp;&#38;amp; strpos($data[&#38;#39;display&#38;#39;], &#38;#39;img&#38;#39;) !== false)
				{
					$slider = new avia_slideshow(get_the_ID());
		 	 		$output .= $slider-&#38;gt;display_small($data[&#38;#39;image&#38;#39;], true, $data[&#38;#39;caption&#38;#39;]);
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So basically we just switch the slideshow/content position. This mod will affect all columns of dynamic templates though. It's not possible to modify certain columns only without major code changes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28619</link>
			<pubDate>Tue, 04 Oct 2011 21:28:08 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">28619@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry Chris, I forgot to mention the link before, here it is:&#60;br /&#62;
&#60;a href=&#34;http://www.adwokatnalepka.pl/wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.adwokatnalepka.pl/wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Problem no.2 is SOLVED - thank You&#60;/p&#62;
&#60;p&#62;Waiting for help related to other questions.&#60;/p&#62;
&#60;p&#62;By the way how to remove the very top dark bar located above logo ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28610</link>
			<pubDate>Tue, 04 Oct 2011 20:08:45 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28610@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
it would make our job a lot easier if you could provide a link to your site or a test version somewhere. Your &#34;custom png image&#34; is hard to solve without a live preview.&#60;/p&#62;
&#60;p&#62;As for your rounded corners, in your style.css find &#60;code&#62;.rounded_small, .outer_callout, .callout, .featured img, .portfolio_entries_boxed .post-entry, .dynamic_column_boxed, #top .pagination span, #top .pagination a, .featured_image2_darken, .slideshow li iframe, .slideshow li embed, .slideshow li object, .slideshow li video, .avia_video, .post-entry .alignleft, .post-entry .alignright, .post-entry .aligncenter&#60;/code&#62;&#60;br /&#62;
remove the following 3 from the list above:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.featured img,
.featured_image2_darken,
.slideshow li iframe,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Get back to me on your first question, meanwhile I'll check on your third question, it's not as simple as you might think.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "How to change header background area to custom file only?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-header-background-area-to-custom-file-only#post-28514</link>
			<pubDate>Mon, 03 Oct 2011 15:46:07 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">28514@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello again guys,&#60;br /&#62;
The problem is following, please take a look to marked area below:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imageshack.us/photo/my-images/835/68779788.jpg/&#34;&#62;&#60;img src=&#34;http://img835.imageshack.us/img835/4969/68779788.jpg&#34;&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Well, client wants to keep dark colour of the background, however he wants the upper part (marked in red above) to be white or light.&#60;br /&#62;
If there is a simple way to do this please let me know.&#60;br /&#62;
Meanwhile I almost found a solution, decided to make custom &#34;bg_shapes.png&#34; file and overwrite in on the server, the idea was good, however mentioned image doesn't look like I created it because additional layer with color has applied to my custom image. I want to ask You how to leave my custom PNG file to display in the exactly same way like I created it?&#60;/p&#62;
&#60;p&#62;Second question.&#60;br /&#62;
The menu above is rounded, how to make it more rectangular?&#60;/p&#62;
&#60;p&#62;Third question is, how to put title and description above the image, like mentioned below?:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imageshack.us/photo/my-images/831/94493985.jpg/&#34;&#62;&#60;img src=&#34;http://img831.imageshack.us/img831/1427/94493985.jpg&#34;&#62;&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
