Hi There, my search bar which is on my main page has this code:
<table width="100%" border="0">
<tr>
<td width="10%"> </td>
<td width="90%">{exp:search:simple_form weblog="connect_events|connect_news" no_result_page="search/noresults"}
Search Connect:
<input type="text" name="keywords" id="keywords" value="" size="18" maxlength="100" />
<!--<a href="http://{path=search/index}">Advanced Search</a>-->
<input type="submit" value="submit" class="submit" /></p>
{/exp:search:simple_form}</td>
</tr>
</table>
and the results page has this code:
<table class='breadcrumb' border='0' cellpadding='0' cellspacing='0' width='99%'>
<tr>
<td><span class="defaultBold"> <a href="http://{homepage}">{site_name}</a> › <a href="http://{path=search/index}">{lang:search}</a> › {lang:search_results}</span></td>
<td align="center"></td>
<td align="right"></td>
</tr>
</table>
<span class="defaultBold">{lang:keywords} {exp:search:keywords}</span>
<span class="defaultBold">{lang:total_search_results} {exp:search:total_results}</span>
<div class='outerBorder'>
<div class='tablePad'>
<table border="0" cellpadding="6" cellspacing="1" width="100%">
<tr>
<td class="resultHead">{lang:title}</td>
<td class="resultHead">{lang:excerpt}</td>
<td class="resultHead">{lang:date}</td>
</tr>
{exp:search:search_results switch="resultRowOne|resultRowTwo"}
<tr>
<td class="{switch}" width="30%" valign="top"><b>
<a permalink=" class=">{title}</a></b></td>
<td class="{switch}" width="30%" valign="top">{excerpt}</td>
<td class="{switch}" width="10%" valign="top">{entry_date format="%m/%d/%y"}</td>
</tr>
{/exp:search:search_results}
</table>
{if paginate}
<div class='paginate'>
<span class='pagecount'>{page_count}</span> {paginate}
</div>
{/if}
</div>
</div>
Also I am using ExpressionEngine v 1.6.4 and build 20080626