CSNbbs

Full Version: Re: search has been changed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Do you think you could make "www.ncaabbs.com" be the default option on the search page?

Code:
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked id="ss0"></input>
<label for="ss0" title="Search the Web"><font size="-1" color="#000000">Web</font></label></td>
<td>
<input type="radio" name="sitesearch" value="www.ncaabbs.com" id="ss1"></input>
<label for="ss1" title="Search www.ncaabbs.com"><font size="-1" color="#000000">www.ncaabbs.com</font></label></td>

</tr>
<tr>
<td>
<input type="radio" name="sitesearch" value="www.ncaawiki.com" id="ss2"></input>
<label for="ss2" title="Search www.ncaawiki.com"><font size="-1" color="#000000">www.ncaawiki.com</font></label></td>
<td>
<input type="radio" name="sitesearch" value="www.ncaanetwork.net" id="ss3"></input>
<label for="ss3" title="Search www.ncaanetwork.net"><font size="-1" color="#000000">www.ncaanetwork.net</font></label></td>
</tr>
</table>

(Move Checked to the ncaabbs option, or re-order the options)?
Reference URL's