<?xml version="1.0" encoding="UTF-8"?><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>Comments on: Inserting A New Header Image</title>
	<atom:link href="http://blogigs.com/inserting-a-new-header-image/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogigs.com/inserting-a-new-header-image/</link>
	<description></description>
	<pubDate>Thu, 21 Aug 2008 14:39:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Costa</title>
		<link>http://blogigs.com/inserting-a-new-header-image/#comment-2248</link>
		<dc:creator>Costa</dc:creator>
		<pubDate>Fri, 28 Mar 2008 01:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/inserting-a-new-header-image/#comment-2248</guid>
		<description>&lt;b&gt;darran&lt;/b&gt;

Wow! Thanks Darran, that was very kind and generous of you. I'll give it a shot and see if I got your instructions right and then update my post.</description>
		<content:encoded><![CDATA[<p><b>darran</b></p>
<p>Wow! Thanks Darran, that was very kind and generous of you. I&#8217;ll give it a shot and see if I got your instructions right and then update my post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darran</title>
		<link>http://blogigs.com/inserting-a-new-header-image/#comment-2244</link>
		<dc:creator>Darran</dc:creator>
		<pubDate>Thu, 27 Mar 2008 10:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/inserting-a-new-header-image/#comment-2244</guid>
		<description>I have got it working.

In your header.php

insert 

your div just under the div #underheader

Your CSS properties should be as follows:

&lt;code&gt;
        background: url([your image]) left top no-repeat;
	float: left;
	width: [your width]px;
	height: [your height]px;
	margin-bottom: [space from menubar]px;
&lt;/code&gt;

Do note that your width can't exceed the space left after having the RSS badge. Should you wish to put a huge header, you have to remove the div #toprss code.

I hope that helped your readers :)</description>
		<content:encoded><![CDATA[<p>I have got it working.</p>
<p>In your header.php</p>
<p>insert </p>
<p>your div just under the div #underheader</p>
<p>Your CSS properties should be as follows:</p>
<p><code><br />
        background: url([your image]) left top no-repeat;<br />
	float: left;<br />
	width: [your width]px;<br />
	height: [your height]px;<br />
	margin-bottom: [space from menubar]px;<br />
</code></p>
<p>Do note that your width can&#8217;t exceed the space left after having the RSS badge. Should you wish to put a huge header, you have to remove the div #toprss code.</p>
<p>I hope that helped your readers <img src='http://blogigs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Costa</title>
		<link>http://blogigs.com/inserting-a-new-header-image/#comment-2243</link>
		<dc:creator>Costa</dc:creator>
		<pubDate>Thu, 27 Mar 2008 09:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/inserting-a-new-header-image/#comment-2243</guid>
		<description>&lt;b&gt;Darran&lt;/b&gt;

Thanks! Much Obliged.</description>
		<content:encoded><![CDATA[<p><b>Darran</b></p>
<p>Thanks! Much Obliged.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darran</title>
		<link>http://blogigs.com/inserting-a-new-header-image/#comment-2242</link>
		<dc:creator>Darran</dc:creator>
		<pubDate>Thu, 27 Mar 2008 09:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/inserting-a-new-header-image/#comment-2242</guid>
		<description>Using the #header div is the most semantic way of building the blocks of a custom header. Setting a margin for your div should do the trick like:

&lt;code&gt;
margin: [blue column's height] 0;
&lt;/code&gt;

Of course I need to take a look at the theme's structure to give a proper solution. That is the reason why I said before modifying a theme requires you to understand what the theme's code. Another method you want to take is to set the header's position to absolute and manually use pixels to shift it but I wouldn't recommend it though.

Probably I will go look through it when I am home, at the office now. Perhaps then, I can give you a more accurate solution.</description>
		<content:encoded><![CDATA[<p>Using the #header div is the most semantic way of building the blocks of a custom header. Setting a margin for your div should do the trick like:</p>
<p><code><br />
margin: [blue column's height] 0;<br />
</code></p>
<p>Of course I need to take a look at the theme&#8217;s structure to give a proper solution. That is the reason why I said before modifying a theme requires you to understand what the theme&#8217;s code. Another method you want to take is to set the header&#8217;s position to absolute and manually use pixels to shift it but I wouldn&#8217;t recommend it though.</p>
<p>Probably I will go look through it when I am home, at the office now. Perhaps then, I can give you a more accurate solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
