Topic: Adding a simple search
I have added a simple search to the header of my theme but I want it so that the search result basically search just the topics for the results. Here is my code below. Maybe someone call tell me what I need to add.
<div id="searchbox">
<form id="search2" method="get" action="search.php" style="margin: 0pt;">
<p>
<a href="search.php">
<img src="../../img/search.gif" style="margin: 0pt 1ex;" alt align="middle" width="16" height="25" /></a>
<input name="search" value="Search..." onfocus="this.value = '';" onblur="if(this.value=='') this.value='Search...';" style="width: 170px;" type="text" size="20" />
</p>
</form>
</div>
Thanks for the help
Bingiman