<?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 for fuzzymargins</title>
	<atom:link href="http://www.fuzzymargins.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fuzzymargins.com</link>
	<description>Life is full of code</description>
	<lastBuildDate>Wed, 10 Mar 2010 00:42:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Move the WordPress search box to the header by Iain</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-search-box-to-the-header/comment-page-1/#comment-60</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Wed, 10 Mar 2010 00:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=237#comment-60</guid>
		<description>Hi James.

Thank you so much for your help, and I hate to bother you further.
I really don&#039;t know CSS well and it seems that I don&#039;t have the knowledge to do this.
I inserted the code shown at the bottom of the stylesheet (style.css), but it made no difference.
I am assuming that having the following code in the header is &quot;absolute&quot; and precludes any CSS formatting.

&lt;form method=&quot;get&quot; name=&quot;searchform&quot; action=&quot;/&quot;&gt;
&lt;input type=&quot;text&quot; value=&quot;&quot; name=&quot;s&quot; style=&quot;width: 25%;&quot; /&gt;

	 
	 
	&lt;input class=&quot;art-button&quot; type=&quot;submit&quot; name=&quot;search&quot; value=&quot;&quot; /&gt;



So I am guessing that this code needs to be replaced with a reference to include the search template only.
So I tried removing that code and replacing it with:



No luck, the search form still displays in an area below the header.
If you want to wipe your hands of this I understand.
You can&#039;t continue to waste time on this.

Cheers
Iain</description>
		<content:encoded><![CDATA[<p>Hi James.</p>
<p>Thank you so much for your help, and I hate to bother you further.<br />
I really don&#8217;t know CSS well and it seems that I don&#8217;t have the knowledge to do this.<br />
I inserted the code shown at the bottom of the stylesheet (style.css), but it made no difference.<br />
I am assuming that having the following code in the header is &#8220;absolute&#8221; and precludes any CSS formatting.</p>
<p>&lt;form method=&quot;get&quot; name=&quot;searchform&quot; action=&quot;/&#8221;&gt;<br />
&lt;input type=&quot;text&quot; value=&quot;&#8221; name=&#8221;s&#8221; style=&#8221;width: 25%;&#8221; /&gt;</p>
<p>	&lt;input class=&quot;art-button&quot; type=&quot;submit&quot; name=&quot;search&quot; value=&quot;&#8221; /&gt;</p>
<p>So I am guessing that this code needs to be replaced with a reference to include the search template only.<br />
So I tried removing that code and replacing it with:</p>
<p>No luck, the search form still displays in an area below the header.<br />
If you want to wipe your hands of this I understand.<br />
You can&#8217;t continue to waste time on this.</p>
<p>Cheers<br />
Iain</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move the WordPress search box to the header by jamespiggot</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-search-box-to-the-header/comment-page-1/#comment-59</link>
		<dc:creator>jamespiggot</dc:creator>
		<pubDate>Tue, 09 Mar 2010 21:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=237#comment-59</guid>
		<description>Hi Iain, 
Should be possible, you need to use CSS to float the searchform to the left, something like:

#searchform {
	margin: 8px;
	float: left;
	}

You will have to play with this to get it right, but it should float over the image OK.
Regards, James</description>
		<content:encoded><![CDATA[<p>Hi Iain,<br />
Should be possible, you need to use CSS to float the searchform to the left, something like:</p>
<p>#searchform {<br />
	margin: 8px;<br />
	float: left;<br />
	}</p>
<p>You will have to play with this to get it right, but it should float over the image OK.<br />
Regards, James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move the WordPress search box to the header by Iain</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-search-box-to-the-header/comment-page-1/#comment-58</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=237#comment-58</guid>
		<description>Hi James.
Yeah I had already done that with my first attempt, then changed the form code position within the header code and left it where it is now.
What I am trying to achieve is to have the form over the top of the header image, rather than above or below it.
I have seen it in other sites and wondered how they did it.
Any suggestions?

Cheers
Iain</description>
		<content:encoded><![CDATA[<p>Hi James.<br />
Yeah I had already done that with my first attempt, then changed the form code position within the header code and left it where it is now.<br />
What I am trying to achieve is to have the form over the top of the header image, rather than above or below it.<br />
I have seen it in other sites and wondered how they did it.<br />
Any suggestions?</p>
<p>Cheers<br />
Iain</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move the WordPress search box to the header by jamespiggot</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-search-box-to-the-header/comment-page-1/#comment-57</link>
		<dc:creator>jamespiggot</dc:creator>
		<pubDate>Mon, 08 Mar 2010 21:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=237#comment-57</guid>
		<description>Hi Iain, 
The code you are looking will be in your theme folder in the header.php file (or something similar). If you look in there for the code that generates the search form which starts with:

form method=&quot;get&quot; name=&quot;searchform&quot; 

Then you need to move that code down below the header, you will see a block of code that contains the text 

div class=&quot;art-Header&quot;

If you move the search form to after that &quot;art-header&quot; block of code the result will look like: 

&lt;a href=&quot;http://test.fuzzymargins.com/spot.html&quot; rel=&quot;nofollow&quot;&gt;Test Html&lt;/a&gt;

You can of course move the search form up or down according to where you cut and paste it within the html for the header.

Regards, James</description>
		<content:encoded><![CDATA[<p>Hi Iain,<br />
The code you are looking will be in your theme folder in the header.php file (or something similar). If you look in there for the code that generates the search form which starts with:</p>
<p>form method=&#8221;get&#8221; name=&#8221;searchform&#8221; </p>
<p>Then you need to move that code down below the header, you will see a block of code that contains the text </p>
<p>div class=&#8221;art-Header&#8221;</p>
<p>If you move the search form to after that &#8220;art-header&#8221; block of code the result will look like: </p>
<p><a href="http://test.fuzzymargins.com/spot.html" rel="nofollow">Test Html</a></p>
<p>You can of course move the search form up or down according to where you cut and paste it within the html for the header.</p>
<p>Regards, James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move the WordPress search box to the header by Iain</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-search-box-to-the-header/comment-page-1/#comment-56</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Sun, 07 Mar 2010 20:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=237#comment-56</guid>
		<description>Hi James.
Thanks for the help.
I have now got the search form in the header, but not displaying how I want it to, or positioned where I want it be.
Before I go further the URL is http://www.beachandgardenceremonies.com.au/
As it stands at the moment, the search form appears at the top left hand side of the header.
What I would like is for it to appear at the bottom left of the header.
The search form that appears at the bottom of the pages is easily removed so don&#039;t concern your self with that.
Your assistance is greatly appreciated.
Cheers
Iain</description>
		<content:encoded><![CDATA[<p>Hi James.<br />
Thanks for the help.<br />
I have now got the search form in the header, but not displaying how I want it to, or positioned where I want it be.<br />
Before I go further the URL is <a href="http://www.beachandgardenceremonies.com.au/" rel="nofollow">http://www.beachandgardenceremonies.com.au/</a><br />
As it stands at the moment, the search form appears at the top left hand side of the header.<br />
What I would like is for it to appear at the bottom left of the header.<br />
The search form that appears at the bottom of the pages is easily removed so don&#8217;t concern your self with that.<br />
Your assistance is greatly appreciated.<br />
Cheers<br />
Iain</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move the WordPress search box to the header by jamespiggot</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-search-box-to-the-header/comment-page-1/#comment-55</link>
		<dc:creator>jamespiggot</dc:creator>
		<pubDate>Sun, 07 Mar 2010 08:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=237#comment-55</guid>
		<description>Hi there, 
The sidebar1.php file will be the one you are looking for, the name can be changed in WordPress so that is the equivalent one for your Artisteer theme. The search form appearing at the bottom of the page and extending for the full width of the page suggests that it is a CSS issue. If you supply a URL I can have a look for you.
Regards,
James</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
The sidebar1.php file will be the one you are looking for, the name can be changed in WordPress so that is the equivalent one for your Artisteer theme. The search form appearing at the bottom of the page and extending for the full width of the page suggests that it is a CSS issue. If you supply a URL I can have a look for you.<br />
Regards,<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move the WordPress search box to the header by Iain</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-search-box-to-the-header/comment-page-1/#comment-54</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Fri, 05 Mar 2010 23:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=237#comment-54</guid>
		<description>Hi.
I created a template with Artisteer that doesn&#039;t have a sidebar.
There is no sidebar.php, but there is a sidebar1.php.
I cannot find a reference to  in any file.
I have a search form located at the bottom of the page and it extends the full width of the page.
Any ideas on how I can move it into the header?
Any suggestions would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Hi.<br />
I created a template with Artisteer that doesn&#8217;t have a sidebar.<br />
There is no sidebar.php, but there is a sidebar1.php.<br />
I cannot find a reference to  in any file.<br />
I have a search form located at the bottom of the page and it extends the full width of the page.<br />
Any ideas on how I can move it into the header?<br />
Any suggestions would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move the WordPress search box to the header by Rasmus</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-search-box-to-the-header/comment-page-1/#comment-42</link>
		<dc:creator>Rasmus</dc:creator>
		<pubDate>Mon, 08 Feb 2010 23:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=237#comment-42</guid>
		<description>As obvious as it actually is, I was not able to figure it out by myself :P thx</description>
		<content:encoded><![CDATA[<p>As obvious as it actually is, I was not able to figure it out by myself <img src='http://www.fuzzymargins.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move the WordPress page links to the header by jamespiggot</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-page-links-to-the-header/comment-page-1/#comment-29</link>
		<dc:creator>jamespiggot</dc:creator>
		<pubDate>Mon, 25 Jan 2010 20:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=289#comment-29</guid>
		<description>Ashley, I have just posted another article that describes how to list the pages using the settings in the page widget, if you&#039;re interested have a look at &lt;a href=&quot;http://www.fuzzymargins.com/2010/01/move-the-wordpress-pages-to-the-header-revisited/&quot; rel=&quot;nofollow&quot;&gt;move-the-wordpress-pages-to-the-header-revisited&lt;/a&gt; in this blog.</description>
		<content:encoded><![CDATA[<p>Ashley, I have just posted another article that describes how to list the pages using the settings in the page widget, if you&#8217;re interested have a look at <a href="http://www.fuzzymargins.com/2010/01/move-the-wordpress-pages-to-the-header-revisited/" rel="nofollow">move-the-wordpress-pages-to-the-header-revisited</a> in this blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move the WordPress page links to the header by jamespiggot</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-page-links-to-the-header/comment-page-1/#comment-27</link>
		<dc:creator>jamespiggot</dc:creator>
		<pubDate>Tue, 19 Jan 2010 07:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=289#comment-27</guid>
		<description>Sorry, meant custom fields rather than custom tags. You add a custom field to each page, for example &lt;em&gt;viewheader&lt;/em&gt; with value equal to YES if you want to display it in the header. Then you check for the custom field and generate the filter for wp_list_pages.</description>
		<content:encoded><![CDATA[<p>Sorry, meant custom fields rather than custom tags. You add a custom field to each page, for example <em>viewheader</em> with value equal to YES if you want to display it in the header. Then you check for the custom field and generate the filter for wp_list_pages.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
