Hi,<br>One of the comments on the last submission of my theme was that I should be using add_custom_image_header() if I am providing Custom Header functionality. So I started coding this into my theme. While doing so I noticed that the Header admin page has some text that is printed: <br>
<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">You can upload a custom header image to be shown at the top of your site
 instead of the default one. On the next screen you will be able to crop
 the image.<br>
        Images of exactly <strong>1000 × 55 pixels</strong> will be used as-is.<br></blockquote><br>The part that says 1000 x 55 comes from the defined values of HEADER_IMAGE_WIDTH and HEADER_IMAGE_HEIGHT. Now, while these functions can be filtered, they don&#39;t respond to fluid widths. Also, a sentence such as &quot;Images of exactly 100% x 55 pixels will be used as-is&quot; doesn&#39;t make sense. This makes it a problem for fluid width layouts. While I am not concerned about the actual generation of the CSS (since that is in my hands), the above text can get misleading. On a related note, if you filter the HEADER_IMAGE_WIDTH to make it pass a percentage, it trashes the &quot;%&quot;.<br>
<br>Is there a way to change / hide this text, then? As per the code in the core it is shown &quot;if ( current_theme_supports( &#39;custom-header-uploads&#39; ) )&quot;, which is obviously true, and I couldn&#39;t find any filter to turn this off. <br>
<br>If anybody has other suggestions or if I have missed something please feel free to respond.<br><br>Sayontan.<br clear="all"><br>-- <br>Sayontan Sinha<br><a href="http://mynethome.net" target="_blank">http://mynethome.net</a> | <a href="http://mynethome.net/blog" target="_blank">http://mynethome.net/blog</a><br>
--<br>Beating Australia in Cricket is like killing a celebrity. The death gets more coverage than the crime.<br><br>