<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: Header Image Problem - not visible</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Header Image Problem - not visible</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 10:06:03 +0000</pubDate>

<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327/page/2#post-1142893</link>
<pubDate>Sat, 18 Jul 2009 17:12:08 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1142893@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello - sorry I've been thru the source files the only intance of content() is in the page.php file and is set up as follows:&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;content&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#38;gt;&#60;br /&#62;
		&#38;lt;div class=&#34;post&#34; id=&#34;post-&#38;lt;?php the_ID(); ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;h1 class=&#34;title&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h1&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;entry&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;?php the_content('&#38;lt;p class=&#34;serif&#34;&#38;gt;Read the rest of this page &#38;raquo;&#38;lt;/p&#38;gt;'); ?&#38;gt;&#60;br /&#62;
				&#38;lt;?php wp_link_pages(array('before' =&#38;gt; '&#38;lt;p&#38;gt;&#60;strong&#62;Pages:&#60;/strong&#62; ', 'after' =&#38;gt; '&#38;lt;/p&#38;gt;', 'next_or_number' =&#38;gt; 'number')); ?&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;?php endwhile; endif; ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php edit_post_link('Edit this entry.', '&#38;lt;p&#38;gt;', '&#38;lt;/p&#38;gt;'); ?&#38;gt;&#60;br /&#62;
	&#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;!-- end content --&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php include (TEMPLATEPATH . '/_sidebar2.php'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_footer(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;I can't find any reference to Excerpt in the source? The only ref to it I can find is on the Edit Post page from the dashboard but I've left it blank?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Dewi
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327/page/2#post-1140951</link>
<pubDate>Thu, 16 Jul 2009 20:39:48 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1140951@http://wordpress.org/support/</guid>
<description>&#60;p&#62;If you're using...&#60;br /&#62;
&#60;code&#62;the_excerpt()&#60;/code&#62;&#60;br /&#62;
..i don't think you'll see images..&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Template_Tags/the_excerpt#Comparison_of_the_excerpt.28.29_vs._the_content.28.29&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/the_excerpt#Comparison_of_the_excerpt.28.29_vs._the_content.28.29&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Use..&#60;br /&#62;
&#60;code&#62;the_content();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And combine that with usage of the &#60;code&#62;&#38;lt;!--more--&#38;gt;&#60;/code&#62; tag to divide your content..&#60;/p&#62;
&#60;p&#62;I could be wrong but i think it's worth a shot... ;)&#60;/p&#62;
&#60;p&#62;EDIT: Just read your post again...&#60;/p&#62;
&#60;p&#62;In your theme files, you'll have an instance of ..&#60;br /&#62;
&#60;code&#62;&#38;lt;?php the_excerpt(); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
or.&#60;br /&#62;
&#60;code&#62;&#38;lt;?php the_content(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you have...&#60;br /&#62;
&#60;code&#62;&#38;lt;?php the_excerpt(); ?&#38;gt;&#60;/code&#62; then that may explain why you can't see images...&#60;/p&#62;
&#60;p&#62;I could be wrong though..
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327/page/2#post-1140370</link>
<pubDate>Thu, 16 Jul 2009 14:04:29 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1140370@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Linked fixed - again...!&#60;/p&#62;
&#60;p&#62;I understand the &#38;lt;!--more--&#38;gt; tag - not to sure I understand what you mean by &#34;the_content()&#34; and &#34;the_excerpt()&#34; although I can see and excerpt section there - I haven't added to it.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327/page/2#post-1139113</link>
<pubDate>Wed, 15 Jul 2009 16:27:16 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1139113@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I can't click any titles to see, they're broken again..&#60;/p&#62;
&#60;p&#62;If you're using the &#38;lt;!--more--&#38;gt; tag though, just make sure the image is before that...&#60;/p&#62;
&#60;p&#62;And check to see you're using the_content() and not the_excerpt() which i think removes images and such...
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327/page/2#post-1138669</link>
<pubDate>Wed, 15 Jul 2009 09:18:07 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1138669@http://wordpress.org/support/</guid>
<description>&#60;p&#62;On the front page - if you click on any of the post headings you will be taken to the post itself where you'll see an image and some text.&#60;/p&#62;
&#60;p&#62;I've been loading them using: &#34;Upload/Insert&#34; or the &#34;Insert / Edit Embedded Media&#34; button all have the same result. I'm probably missing something obvious?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Dewi
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327/page/2#post-1138030</link>
<pubDate>Tue, 14 Jul 2009 20:02:00 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1138030@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Can you show me an example of where this problem exists?&#60;/p&#62;
&#60;p&#62;How are you placing images into posts? I don't see any in the posts on the site at the moment..
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327/page/2#post-1137969</link>
<pubDate>Tue, 14 Jul 2009 19:19:16 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1137969@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you - with your help it certainly is - I'm very pleased - I'm sure the school will be too...!&#60;/p&#62;
&#60;p&#62;Running the risk of outstaying my welcome here - I'm trying to add images to posts but want to view them on the pages themselves - not have to open the post's to view them - is there a way of doing that?
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327/page/2#post-1137933</link>
<pubDate>Tue, 14 Jul 2009 18:57:45 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1137933@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Sites undertaken quite a few changes since i last saw it, coming along nicely...&#60;/p&#62;
&#60;p&#62;Sometimes a problem just needs a second pair of eyes, glad i could help... ;)
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327/page/2#post-1137926</link>
<pubDate>Tue, 14 Jul 2009 18:47:55 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1137926@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Nice one - I see where I'm going wrong now...! Once again thank you for your help - you really know your stuff...!&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327/page/2#post-1137706</link>
<pubDate>Tue, 14 Jul 2009 16:08:25 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1137706@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hover over a post title link...&#60;/p&#62;
&#60;p&#62;Look at the URL done in your status bar (or right click &#38;gt; properties).&#60;/p&#62;
&#60;p&#62;Here's a url from one.&#60;br /&#62;
&#60;code&#62;&#60;a href=&#34;http://www.newporthigh.co.uk/http:moodle.newporthigh.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.newporthigh.co.uk/http:moodle.newporthigh.co.uk&#60;/a&#62;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327/page/2#post-1137553</link>
<pubDate>Tue, 14 Jul 2009 13:40:28 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1137553@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello and sorry for yet another question.....&#60;/p&#62;
&#60;p&#62;The above has worked perfectly....&#60;/p&#62;
&#60;p&#62;I have a whole knew issue now though - when I post content to the site the images / video does not show I am given a warning:&#60;/p&#62;
&#60;p&#62;Server Error - 404 - File or directory not found.The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.&#60;/p&#62;
&#60;p&#62;But when I click on edit I can see the text / image / video? &#60;/p&#62;
&#60;p&#62;Any ideas why its not showing?&#60;/p&#62;
&#60;p&#62;thank you..
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327/page/2#post-1137424</link>
<pubDate>Tue, 14 Jul 2009 10:41:53 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1137424@http://wordpress.org/support/</guid>
<description>&#60;p&#62;That is brilliant and a lot easier to use.&#60;/p&#62;
&#60;p&#62;The 2nd part allows me to be selective with the links I want on the Menu Bar and in the Side Bars...!&#60;/p&#62;
&#60;p&#62;Thanks again - I may well come back with more questions later...!&#60;/p&#62;
&#60;p&#62;cheers...
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1136533</link>
<pubDate>Mon, 13 Jul 2009 20:10:05 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1136533@http://wordpress.org/support/</guid>
<description>&#60;p&#62;How are you currently creating the links and displaying them?&#60;/p&#62;
&#60;p&#62;If you're using Admin &#38;gt; Links to create the links you should have no problem linking offsite..&#60;/p&#62;
&#60;p&#62;Menu can be generated without the title like so.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul&#38;gt;
&#38;lt;?php wp_list_bookmarks(&#38;#39;title_li=&#38;amp;categorize=0&#38;#39;); ?&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Further options available for it usage.&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_list_bookmarks&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/wp_list_bookmarks&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As long as you type the full address (including &#60;a href=&#34;http://&#34; rel=&#34;nofollow&#34;&#62;http://&#60;/a&#62;) when creating the link it will work fine..&#60;/p&#62;
&#60;p&#62;Right now it looks like you're creating needless amount of extra menus.... (current page has something like)..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;menu&#38;quot;&#38;gt;
&#38;lt;ul&#38;gt;&#38;lt;li&#38;gt;some link&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;
&#38;lt;ul&#38;gt;&#38;lt;li&#38;gt;some link2&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;
&#38;lt;ul&#38;gt;&#38;lt;li&#38;gt;some link3&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When that only need be..&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;menu&#38;quot;&#38;gt;
&#38;lt;ul&#38;gt;
&#38;lt;li&#38;gt;some link&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;some link2&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;some link3&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;some link4&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;etc....
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1136054</link>
<pubDate>Mon, 13 Jul 2009 15:03:24 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1136054@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello - I'm really hoping this is still being watched...?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.newporthigh.co.uk&#34; rel=&#34;nofollow&#34;&#62;www.newporthigh.co.uk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The issue this time is the Menu Bar has a number of links on it - how do I make these links external (other than my site) rather than internal?&#60;br /&#62;
Wordpress only seems to allow them to be subdirectories of the above address (Permalinks??).&#60;/p&#62;
&#60;p&#62;Is there a way of altering the code to make them external? &#60;/p&#62;
&#60;p&#62;Many Thanks Experts....&#60;/p&#62;
&#60;p&#62;Dewi
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1127805</link>
<pubDate>Mon, 06 Jul 2009 14:04:17 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1127805@http://wordpress.org/support/</guid>
<description>&#60;p&#62;If you get stuck, just post back... :)
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1127491</link>
<pubDate>Mon, 06 Jul 2009 05:21:20 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1127491@http://wordpress.org/support/</guid>
<description>&#60;p&#62;That's excellent - easy when you know how I guess - Thanks very much for all your help, hard work and patience. You have been very helpful, I have learned much.&#60;/p&#62;
&#60;p&#62;The same to you Alchymyth this has been invaluable. The school would be grateful too.&#60;/p&#62;
&#60;p&#62;All the best,&#60;br /&#62;
Dewi
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126743</link>
<pubDate>Sun, 05 Jul 2009 13:04:47 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1126743@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Likely footer.php of the theme...&#60;/p&#62;
&#60;p&#62;Look for ..&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p class=&#38;quot;copyright&#38;quot;&#38;gt;
		Design by &#38;lt;a href=&#38;quot;http://www.freewpthemes.net/&#38;quot;&#38;gt;Free WordPress Themes&#38;lt;/a&#38;gt;

	&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So just remove the text and replace it with your own, making sure to leave the tags, &#60;code&#62;&#38;lt;p class=&#38;quot;copyright&#38;quot;&#38;gt;&#60;/code&#62; and &#60;code&#62;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Example:&#60;br /&#62;
&#60;code&#62;&#38;lt;p class=&#38;quot;copyright&#38;quot;&#38;gt;This is some text&#38;lt;/p&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126603</link>
<pubDate>Sun, 05 Jul 2009 08:14:12 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1126603@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for the detailed explanation - it really helps - I made the amendments exactly as explained and its absolutely spot on...&#60;/p&#62;
&#60;p&#62;Thank you.....!   I need to sort out the colour issues now - but, I think I know enough for that now. I have played with the button issue I had and think its OK for now.&#60;/p&#62;
&#60;p&#62;One last question though - could you tell me how to exchange the line of text at the base &#34;Design by Free WordPress Themes&#34; for either a small logo or some text of my own?&#60;/p&#62;
&#60;p&#62;Thank you very much....
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126175</link>
<pubDate>Sat, 04 Jul 2009 20:09:31 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1126175@http://wordpress.org/support/</guid>
<description>&#60;p&#62;See your CSS..&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* #page {	width: 940px;	margin: 0 auto;	padding: 10px 0px;} */

#page {padding:0;margin:10px 0}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You're missing the previous defintions....&#60;/p&#62;
&#60;p&#62;The code i supplied is addition to what you have, unless a definition exists, in which case you update it, so the above for example should be..&#60;br /&#62;
&#60;code&#62;#page {padding:0;margin:10px 0;width:940px}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Again here..&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#wrapper {margin:0 auto}

/*	#wrapper {width: 940px; height:100%;margin: 0 auto;  margin-top:44px;}	*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Should be...&#60;br /&#62;
&#60;code&#62;#wrapper {width: 940px; height:100%;margin:0 auto}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In other words, just update the values i've posted, but don't leave out the old ones...&#60;/p&#62;
&#60;p&#62;Here...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body 

{
background: #ff9900	

url(&#38;#39;http://www.newporthigh.co.uk/wp-content/themes/pamphlet/Images/SchoolAssembly.jpg&#38;#39;) top center no-repeat;

}
/*next set of advice - update the lines of code later*/

body { background:#f90 url(&#38;#39;http://www.newporthigh.co.uk/wp-content/themes/pamphlet/Images/SchoolAssembly.jpg&#38;#39;) top center repeat;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You're specifying the body twice, remove one... (also defined #header twice, so again remove one - combine definitions where need be)&#60;/p&#62;
&#60;p&#62;If you're concerned about keeping old code, copy the file, put it somewhere, then don't worry about removing parts you don't need, since you'll have a backup...&#60;/p&#62;
&#60;p&#62;Clean up the file a little removing duplicates and then we'll work on the buttons etc... ;)
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126141</link>
<pubDate>Sat, 04 Jul 2009 19:26:59 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1126141@http://wordpress.org/support/</guid>
<description>&#60;p&#62;if it is, is it possible to make the buttons transparant as they are obscuring an image?
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126139</link>
<pubDate>Sat, 04 Jul 2009 19:24:51 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1126139@http://wordpress.org/support/</guid>
<description>&#60;p&#62;sorry plus - the wrapper (if thats what its called has two tone's in it - is this due to the buttons have a different Hex no. to the backing image? If so How do we put this right please.....!&#60;/p&#62;
&#60;p&#62;I really can't thank you enough for this...!&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Dewi
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126136</link>
<pubDate>Sat, 04 Jul 2009 19:22:25 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1126136@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hiya again,&#60;/p&#62;
&#60;p&#62;Thank you for being persistent...!&#60;/p&#62;
&#60;p&#62;Its pushed the sidebars out to the edge - this is really frustrating...!&#60;/p&#62;
&#60;p&#62;Not sure if its due to the way I updated the css though as I tried to update each function it may of been better to just drop the code in at the end...?&#60;/p&#62;
&#60;p&#62;cheers
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126113</link>
<pubDate>Sat, 04 Jul 2009 18:39:52 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1126113@http://wordpress.org/support/</guid>
<description>&#60;p&#62;See my post above, if you make those changes it will fix the problem...&#60;/p&#62;
&#60;p&#62;You don't need that splash, we just have to update the CSS to accomodate it not being there... don't worry... just update the lines as posted above.
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126105</link>
<pubDate>Sat, 04 Jul 2009 18:34:45 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1126105@http://wordpress.org/support/</guid>
<description>&#60;p&#62;it still has the Splash function:&#60;/p&#62;
&#60;p&#62;#splash {&#60;br /&#62;
	width: 940px;&#60;br /&#62;
	margin: 0 auto;&#60;br /&#62;
	height: 150px;&#60;/p&#62;
&#60;p&#62;in the css file - I think this code is the one that keeps the lower banner in position - it was where the original header was...?&#60;/p&#62;
&#60;p&#62;Maybe...?
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126102</link>
<pubDate>Sat, 04 Jul 2009 18:33:21 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1126102@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Update or add CSS.. (as appropriate)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#wrapper {margin:0 auto}
#header {padding:150px 0 0 0;height:auto;margin:0 auto}
#page {padding:0;margin:10px 0}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If any problems still, just post back, we can tweak more if necessary...
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126086</link>
<pubDate>Sat, 04 Jul 2009 18:16:32 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1126086@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Sorry - its moved the banners around...?&#60;/p&#62;
&#60;p&#62;cheers
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126081</link>
<pubDate>Sat, 04 Jul 2009 18:10:38 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1126081@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes that would be this bit..&#60;br /&#62;
&#60;code&#62;&#38;lt;div id=&#38;quot;splash&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://www.newporthigh.co.uk/wp-content/themes/pamphlet/images/img02.gif&#38;quot; alt=&#38;quot;&#38;quot;&#38;gt;&#38;amp;nbsp;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Find the div with the id splash in the header.php of your theme and remove it, since you don't need it..
&#60;/p&#62;</description>
</item>
<item>
<title>trinkel on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126079</link>
<pubDate>Sat, 04 Jul 2009 18:09:37 +0000</pubDate>
<dc:creator>trinkel</dc:creator>
<guid isPermaLink="false">1126079@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks to you all. I'm in the process of changing the appearance of my blog also and I can use all the information possible.&#60;br /&#62;
&#60;a href=&#34;http://blog.kelwynsuite.com&#34;&#62;&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dewijones67 on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126071</link>
<pubDate>Sat, 04 Jul 2009 18:00:39 +0000</pubDate>
<dc:creator>dewijones67</dc:creator>
<guid isPermaLink="false">1126071@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I just changed the URL - the image is just the same.... it need changing I think..&#60;/p&#62;
&#60;p&#62;Could you have a look at in Chrome or IE as there is (sorry for the crap terminology) but, there is a logo which shows an image cannot be read sitting over top left hand corner of the banner?&#60;/p&#62;
&#60;p&#62;Many Thanks,&#60;br /&#62;
Dewi
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Header Image Problem - not visible"</title>
<link>http://wordpress.org/support/topic/286327#post-1126037</link>
<pubDate>Sat, 04 Jul 2009 17:16:04 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1126037@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes apparently the image didnt't exist.. *just clicked the link again and i now see your header image* ...&#60;/p&#62;
&#60;p&#62;Did you change something, because the header image is now there..? :)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
