<?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: Making A Header Image For The StudioPress Theme</title>
	<atom:link href="http://blogigs.com/making-a-header-image-for-the-studiopress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogigs.com/making-a-header-image-for-the-studiopress-theme/</link>
	<description></description>
	<pubDate>Sat, 22 Nov 2008 08:47:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: StudioPress User</title>
		<link>http://blogigs.com/making-a-header-image-for-the-studiopress-theme/#comment-2732</link>
		<dc:creator>StudioPress User</dc:creator>
		<pubDate>Sun, 28 Sep 2008 02:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/?p=479#comment-2732</guid>
		<description>I also did something similar to my blog. I put an image header and got rid of the RSS logo completely form the top. 

I first updated the style.css file:
#underheader {
  background-image: url("http://islam4parents.com/wp-content/themes/StudioPress/images/header.png");
  background-repeat: no-repeat;
  background-position: right;
  /*background-color: green;*/
  clear: both;
  margin-top: 20px;
  padding: 0 0 15px 0;
  }


Then all I had to do was comment out this in the header.php file:

&#60;img style="float: right" src="/images/header.png" alt="grab our rss feed"&#62;
&#60;a href="feed:"&#62;
&#60;img src="/images/grabrss.gif" alt="grab our rss feed"&#62;
</description>
		<content:encoded><![CDATA[<p>I also did something similar to my blog. I put an image header and got rid of the RSS logo completely form the top. </p>
<p>I first updated the style.css file:<br />
#underheader {<br />
  background-image: url(&#8221;http://islam4parents.com/wp-content/themes/StudioPress/images/header.png&#8221;);<br />
  background-repeat: no-repeat;<br />
  background-position: right;<br />
  /*background-color: green;*/<br />
  clear: both;<br />
  margin-top: 20px;<br />
  padding: 0 0 15px 0;<br />
  }</p>
<p>Then all I had to do was comment out this in the header.php file:</p>
<p>&lt;img style=&#8221;float: right&#8221; src=&#8221;/images/header.png&#8221; alt=&#8221;grab our rss feed&#8221;&gt;<br />
&lt;a href=&#8221;feed:&#8221;&gt;<br />
&lt;img src=&#8221;/images/grabrss.gif&#8221; alt=&#8221;grab our rss feed&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Costa</title>
		<link>http://blogigs.com/making-a-header-image-for-the-studiopress-theme/#comment-2462</link>
		<dc:creator>Costa</dc:creator>
		<pubDate>Mon, 09 Jun 2008 01:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/?p=479#comment-2462</guid>
		<description>Hi David, 

Now that is the easy part. In your stylesheet, look for these codes. It is just under the "Reset Default Ends" comment. 

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 950px;
  font-family: Verdana, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #000000;
  }

The last line which says "backgound" is what you have to change. These are my preferences. The original will have an image as background. Delete that and add in #000000; which is the hex color code for black.

Next your feed subscription form. Look for this line of words within the whole bunch of codes for the form, "Enter Your Email Address". Just before these words, type, &lt; font color="white" &gt;After the Enter Your Email Text, type &lt; /font &gt; There should be no white spacing for these codes. I purposely spaced it so the tags will not work here or else you won't see anything </description>
		<content:encoded><![CDATA[<p>Hi David, </p>
<p>Now that is the easy part. In your stylesheet, look for these codes. It is just under the &#8220;Reset Default Ends&#8221; comment. </p>
<p>body {<br />
  position: relative; /* Fixes browser resizing bug in IE6 */<br />
  margin: 0 auto 10px auto;<br />
  width: 950px;<br />
  font-family: Verdana, sans-serif;<br />
  text-align: center; /* IE Centering Technique */<br />
  background: #000000;<br />
  }</p>
<p>The last line which says &#8220;backgound&#8221; is what you have to change. These are my preferences. The original will have an image as background. Delete that and add in #000000; which is the hex color code for black.</p>
<p>Next your feed subscription form. Look for this line of words within the whole bunch of codes for the form, &#8220;Enter Your Email Address&#8221;. Just before these words, type, < font color="white" >After the Enter Your Email Text, type < /font > There should be no white spacing for these codes. I purposely spaced it so the tags will not work here or else you won&#8217;t see anything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blogigs.com/making-a-header-image-for-the-studiopress-theme/#comment-2452</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 08 Jun 2008 03:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/?p=479#comment-2452</guid>
		<description>Once again thank you. My blog is actually going to be a mixed bag of things and not focus on just MMO. I already follow Grizz along with Vic and Court so I'm definitely learning many ways to earning online. 

As for my theme you are a lifesaver, BUT there are only TWO things left I need to ask and then my theme is complete: how do I make my entire background black (since the background of my logo is black, unless you think it looks ok) and how do I make the letters white for the feedburner email subscription box? 

I'm definitely linking to your page for all this work you've helped me with :)</description>
		<content:encoded><![CDATA[<p>Once again thank you. My blog is actually going to be a mixed bag of things and not focus on just MMO. I already follow Grizz along with Vic and Court so I&#8217;m definitely learning many ways to earning online. </p>
<p>As for my theme you are a lifesaver, BUT there are only TWO things left I need to ask and then my theme is complete: how do I make my entire background black (since the background of my logo is black, unless you think it looks ok) and how do I make the letters white for the feedburner email subscription box? </p>
<p>I&#8217;m definitely linking to your page for all this work you&#8217;ve helped me with <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/making-a-header-image-for-the-studiopress-theme/#comment-2450</link>
		<dc:creator>Costa</dc:creator>
		<pubDate>Sun, 08 Jun 2008 00:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/?p=479#comment-2450</guid>
		<description>No problem at all David, It's my pleasure to be able to help. 

I visited your blog and saw you have successfully inserted the header image. Congrats on that! 

To add the e-mail subscription form just locate the RSS image codes which is in the header php. (second piece of code in the above post) Now you will see the "div" and "/div" tags as compared to the } symbol in the stylesheet. Just BEFORE the "/div" tag insert all the codes of the subscription form that you copied from feedburner. Make sure you did not accidentally delete the "/div" tag when doing this or else everything will go haywire. So remember to back up your original header php file first. 

As for the Search bar, The Google Search Bar that you are using is much better than the default one. It actually helps Google Index your site more. As a suggsetion, you can put it inside your "Welcome" box after your welcoming message. It will look neater that way and not clutter your header. Just stick the codes in after your introductions.  

Your second question, If you want to have a blog title, but do not want it to show up, go back again to your stylesheet. Scroll down until you see this division -#underheader h1.sitename. Inside this division type in, "display:none"  without the quotation marks, but remember the semi colons after that line. Like thus. 

#underheader h1.sitename {
  display: none;
  padding: 0 0 0 0;
  position: relative;
  font-size: 23pt;
  width: 600px;
  }

Now, your title will still be there when you look at the Title Bar on top of your browser, but it won't be displaying in your header. 

Enjoy messing up your theme! Hope you make lots of dollars from your blog. I have one recommendation if you are just starting out on MMO, but if you are already an expert, you can forget this. Go and read Grizz blog. He is starting a brand new tutorial from scratch and what he is going to tell you may open up something that you have not realized before. Click the link below. 

&lt;a href="http://makemoneyforbeginners.blogspot.com/2008/06/make-money-online-tutorial-step-1.html" rel="nofollow"&gt;Making Money Online For Beginners.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>No problem at all David, It&#8217;s my pleasure to be able to help. </p>
<p>I visited your blog and saw you have successfully inserted the header image. Congrats on that! </p>
<p>To add the e-mail subscription form just locate the RSS image codes which is in the header php. (second piece of code in the above post) Now you will see the &#8220;div&#8221; and &#8220;/div&#8221; tags as compared to the } symbol in the stylesheet. Just BEFORE the &#8220;/div&#8221; tag insert all the codes of the subscription form that you copied from feedburner. Make sure you did not accidentally delete the &#8220;/div&#8221; tag when doing this or else everything will go haywire. So remember to back up your original header php file first. </p>
<p>As for the Search bar, The Google Search Bar that you are using is much better than the default one. It actually helps Google Index your site more. As a suggsetion, you can put it inside your &#8220;Welcome&#8221; box after your welcoming message. It will look neater that way and not clutter your header. Just stick the codes in after your introductions.  </p>
<p>Your second question, If you want to have a blog title, but do not want it to show up, go back again to your stylesheet. Scroll down until you see this division -#underheader h1.sitename. Inside this division type in, &#8220;display:none&#8221;  without the quotation marks, but remember the semi colons after that line. Like thus. </p>
<p>#underheader h1.sitename {<br />
  display: none;<br />
  padding: 0 0 0 0;<br />
  position: relative;<br />
  font-size: 23pt;<br />
  width: 600px;<br />
  }</p>
<p>Now, your title will still be there when you look at the Title Bar on top of your browser, but it won&#8217;t be displaying in your header. </p>
<p>Enjoy messing up your theme! Hope you make lots of dollars from your blog. I have one recommendation if you are just starting out on MMO, but if you are already an expert, you can forget this. Go and read Grizz blog. He is starting a brand new tutorial from scratch and what he is going to tell you may open up something that you have not realized before. Click the link below. </p>
<p><a href="http://makemoneyforbeginners.blogspot.com/2008/06/make-money-online-tutorial-step-1.html" rel="nofollow">Making Money Online For Beginners.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://blogigs.com/making-a-header-image-for-the-studiopress-theme/#comment-2449</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sat, 07 Jun 2008 20:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/?p=479#comment-2449</guid>
		<description>p.s. i meant noob lol lil humor for my troubles</description>
		<content:encoded><![CDATA[<p>p.s. i meant noob lol lil humor for my troubles</p>
]]></content:encoded>
	</item>
</channel>
</rss>
