<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: How To Put An Image As Your Header</title> <atom:link href="http://thesistutor.com/how-to-put-an-image-as-your-header/feed/" rel="self" type="application/rss+xml" /><link>http://thesistutor.com/how-to-put-an-image-as-your-header/</link> <description>Written &#38; Video Tutorials for the Thesis Theme for WordPress</description> <lastBuildDate>Mon, 16 Jan 2012 10:45:19 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>By: Rachel</title><link>http://thesistutor.com/how-to-put-an-image-as-your-header/comment-page-1/#comment-2986</link> <dc:creator>Rachel</dc:creator> <pubDate>Sun, 16 May 2010 14:32:10 +0000</pubDate> <guid
isPermaLink="false">http://thesistutor.com/?p=218#comment-2986</guid> <description>Thanks for this, it really helped me!!</description> <content:encoded><![CDATA[<p>Thanks for this, it really helped me!!</p> ]]></content:encoded> </item> <item><title>By: Dean</title><link>http://thesistutor.com/how-to-put-an-image-as-your-header/comment-page-1/#comment-2638</link> <dc:creator>Dean</dc:creator> <pubDate>Wed, 28 Apr 2010 04:22:01 +0000</pubDate> <guid
isPermaLink="false">http://thesistutor.com/?p=218#comment-2638</guid> <description>Hey Matt, thanks for your blog, I&#039;m having trouble loading an image as a header...I&#039;ve done the 3 steps you&#039;ve advised in your blog:  (and I uploaded my image into my images folder via file manager in host gator)# Open custom.css in an editor AND open the folder labeled images, which is found in the same folder as custom.css and custom_functions.php.
# ****VERY IMPORTANT**** You must now load the header graphic on your server in the images folder.
# Enter the following in the custom.css file:Except I&#039;m not sure where the &quot;images&quot; folder is, because it&#039;s not in the same folder as custom.css and custom functions.php that I can see?By the way, here is my version below of step 3:  (my image is named &quot;header&quot; and it&#039;s a .jpg file).custom #header { background: url(&#039;images/header.jpg&#039;) no-repeat; text-indent: -9999px; border-bottom: none; }I&#039;ll wait to hear back, thanks again.  And following you on twitter :)  just one state below you in Tennessee...Dean</description> <content:encoded><![CDATA[<p>Hey Matt, thanks for your blog, I&#8217;m having trouble loading an image as a header&#8230;I&#8217;ve done the 3 steps you&#8217;ve advised in your blog:  (and I uploaded my image into my images folder via file manager in host gator)</p><p># Open custom.css in an editor AND open the folder labeled images, which is found in the same folder as custom.css and custom_functions.php.<br
/> # ****VERY IMPORTANT**** You must now load the header graphic on your server in the images folder.<br
/> # Enter the following in the custom.css file:</p><p>Except I&#8217;m not sure where the &#8220;images&#8221; folder is, because it&#8217;s not in the same folder as custom.css and custom functions.php that I can see?</p><p>By the way, here is my version below of step 3:  (my image is named &#8220;header&#8221; and it&#8217;s a .jpg file)</p><p>.custom #header { background: url(&#8216;images/header.jpg&#8217;) no-repeat; text-indent: -9999px; border-bottom: none; }</p><p>I&#8217;ll wait to hear back, thanks again.  And following you on twitter <img
src='http://thesistutor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> just one state below you in Tennessee&#8230;</p><p>Dean</p> ]]></content:encoded> </item> <item><title>By: David</title><link>http://thesistutor.com/how-to-put-an-image-as-your-header/comment-page-1/#comment-2543</link> <dc:creator>David</dc:creator> <pubDate>Wed, 21 Apr 2010 15:24:03 +0000</pubDate> <guid
isPermaLink="false">http://thesistutor.com/?p=218#comment-2543</guid> <description>Matt,First of all, great site -very informative.  I have a question concerning the this header tutorial; how do I link the image or the header area to my home page??</description> <content:encoded><![CDATA[<p>Matt,</p><p>First of all, great site -very informative.  I have a question concerning the this header tutorial; how do I link the image or the header area to my home page??</p> ]]></content:encoded> </item> <item><title>By: Kevin</title><link>http://thesistutor.com/how-to-put-an-image-as-your-header/comment-page-1/#comment-2449</link> <dc:creator>Kevin</dc:creator> <pubDate>Wed, 14 Apr 2010 03:21:49 +0000</pubDate> <guid
isPermaLink="false">http://thesistutor.com/?p=218#comment-2449</guid> <description>I&#039;m wondering if you know how to put a custom header image in, but also have the nav menu in the top right of the header.
I&#039;ve used your code for my custom headers on all my sites...
and the following for the one site I DONT have a custom header, but the nav in the top right...
/* Top Nav bar */
.custom ul#topnav {
border-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
background:#dddddd none repeat scroll 0 0;
width: 100%;
float: left;
}
.custom ul#topnav li { float: right; padding: 0px 10px 0px 0px; }
.custom ul#topnav li a { font-size: 1.5em; color: #0000ff; font-weight: bold}
.custom ul#topnav li a:hover { text-decoration: underline; }any idea how I can have both?</description> <content:encoded><![CDATA[<p>I&#8217;m wondering if you know how to put a custom header image in, but also have the nav menu in the top right of the header.<br
/> I&#8217;ve used your code for my custom headers on all my sites&#8230;<br
/> and the following for the one site I DONT have a custom header, but the nav in the top right&#8230;<br
/> /* Top Nav bar */<br
/> .custom ul#topnav {<br
/> border-style: none;<br
/> list-style-image: none;<br
/> list-style-position: outside;<br
/> list-style-type: none;<br
/> background:#dddddd none repeat scroll 0 0;<br
/> width: 100%;<br
/> float: left;<br
/> }<br
/> .custom ul#topnav li { float: right; padding: 0px 10px 0px 0px; }<br
/> .custom ul#topnav li a { font-size: 1.5em; color: #0000ff; font-weight: bold}<br
/> .custom ul#topnav li a:hover { text-decoration: underline; }</p><p>any idea how I can have both?</p> ]]></content:encoded> </item> <item><title>By: Silver</title><link>http://thesistutor.com/how-to-put-an-image-as-your-header/comment-page-1/#comment-2096</link> <dc:creator>Silver</dc:creator> <pubDate>Tue, 02 Mar 2010 12:10:01 +0000</pubDate> <guid
isPermaLink="false">http://thesistutor.com/?p=218#comment-2096</guid> <description>Hey Matt it&#039;s me again.I&#039;ve been looking for this for a long time, but no tutorials seem to work for me, my header image just doesn&#039;t show up.There was this one tut. in yutuub, but it used sandbox page, and placed &quot;header image&quot; above header area. Atleast it worked.But maybe you can tell why it ain&#039;t showing up?</description> <content:encoded><![CDATA[<p>Hey Matt it&#8217;s me again.</p><p>I&#8217;ve been looking for this for a long time, but no tutorials seem to work for me, my header image just doesn&#8217;t show up.</p><p>There was this one tut. in yutuub, but it used sandbox page, and placed &#8220;header image&#8221; above header area. Atleast it worked.</p><p>But maybe you can tell why it ain&#8217;t showing up?</p> ]]></content:encoded> </item> <item><title>By: Tony</title><link>http://thesistutor.com/how-to-put-an-image-as-your-header/comment-page-1/#comment-243</link> <dc:creator>Tony</dc:creator> <pubDate>Mon, 14 Sep 2009 15:04:04 +0000</pubDate> <guid
isPermaLink="false">http://thesistutor.com/?p=218#comment-243</guid> <description>Hello, I have a custom header image, however, I&#039;d like to add a Google Voice Widget as well (into the header). Do you think this is possible?</description> <content:encoded><![CDATA[<p>Hello, I have a custom header image, however, I&#8217;d like to add a Google Voice Widget as well (into the header). Do you think this is possible?</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://thesistutor.com/how-to-put-an-image-as-your-header/comment-page-1/#comment-29</link> <dc:creator>Matt</dc:creator> <pubDate>Fri, 26 Jun 2009 03:22:12 +0000</pubDate> <guid
isPermaLink="false">http://thesistutor.com/?p=218#comment-29</guid> <description>I would have to see what you are talking about. Send your url to thesistutor[at]gmail[dot]com. I would be more than happy to help!</description> <content:encoded><![CDATA[<p>I would have to see what you are talking about. Send your url to thesistutor[at]gmail[dot]com. I would be more than happy to help!</p> ]]></content:encoded> </item> <item><title>By: Karim</title><link>http://thesistutor.com/how-to-put-an-image-as-your-header/comment-page-1/#comment-28</link> <dc:creator>Karim</dc:creator> <pubDate>Thu, 25 Jun 2009 22:59:56 +0000</pubDate> <guid
isPermaLink="false">http://thesistutor.com/?p=218#comment-28</guid> <description>Question for you!
When adding a logo banner at the top of the page, there is a space between the logo and the top of the page. I guess this is because, in full-width framework, the logo goes in the &#039;header&#039; id and not in the &#039;header-area&#039;. Is there a way to have the logo image to be directly at the top of the page (i.e., no space between the image and the top of the page)?Thanks for this great site!</description> <content:encoded><![CDATA[<p>Question for you!<br
/> When adding a logo banner at the top of the page, there is a space between the logo and the top of the page. I guess this is because, in full-width framework, the logo goes in the &#8216;header&#8217; id and not in the &#8216;header-area&#8217;. Is there a way to have the logo image to be directly at the top of the page (i.e., no space between the image and the top of the page)?</p><p>Thanks for this great site!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (User agent is rejected)
Database Caching 2/19 queries in 0.020 seconds using disk

Served from: thesistutor.com @ 2012-02-04 19:23:26 -->
