Original Search Code:
<!-- SEARCH BAR - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<div id="search_box">
<form id="search_form" method="post" action="/">
<input type="text" id="s" value="Search" class="swap_value" />
<input type="image" src="images/clear.gif" width="29" height="29" id="go" alt="Search" title="Search" />
</form>
</div>I am trying to plug in the correct code to make the results show on my “search/index” page.
Been trying to follow - http://ellislab.com/expressionengine/user-guide/modules/search/index.html, but obviously it doesn’t match up perfectly.
The website is http://www.tcslions.org/tcs - I’ve just about got all the big rocks done, but this issue. I’ve racked my brain around every tutorial I can find, I started using EE cause I was told it was designer friendly… help please.