search string beside main logo

I want  to add a search string beside the main logo in  _sub header.html.

I thought to use the  searchkeyword  the same we have in the menu top.

Is there any genius who can share the html code to call just the searchkeyword string without any magnify icon and stuff..  ;-p

Any ideas??

Quote · 6 Jan 2011

What do you meant by search string?

----
Quote · 6 Jan 2011

This is what I mean.

search.jpg · 21.1K · 79 views
Quote · 6 Jan 2011

You can do something like this.

Edit templates\base\_sub_header.html

Look for __main_logo__

And replace it with this.

<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>__main_logo__</td>
<td><div id="gse_search">
<form name="SearchForm" method="get" action="searchKeyword.php">
<input type="text" class="input_main" value="Search" id="keyword" name="keyword">
</form>
</div></td>
</tr>
</table>


Thats just a quick and dirty way.

It will give you a start. You can change as needed.

https://www.deanbassett.com
Quote · 7 Jan 2011

Thanks a lot Deano !

You are the best!

Quote · 7 Jan 2011
 
 
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.