Search box in header

Hi everyone,

 

I'm wanting to put a search box in the header of my site instead of having the search in the menu.  Does anyone know what code I need to use or where I can find the code?  I found some code in the searchkeyword.php file that I think will work.  However, I haven't had any luck implementing it.

 

Thanks for the help,

Brian

Quote · 25 Sep 2010

Hi,

This is the basic code that you need, obviously design how you wish.

 

<form  action="searchKeyword.php" method="post">

<input  class="form_input_text" type="text" name="keyword" />

<input  class="form_input_submit" type="submit" name="search" value="Search" />

</form>

 

Dave...

Quote · 26 Sep 2010

Thank you so much.  All I've gotta do is figure out how to right align it next to my logo and I'll be good to go.  Thanks again!

Quote · 26 Sep 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.