i want to add my google search function to my page, so it shows up throughout the site. I would like to replace the search function which shows up at the top, right hand corner of the pages with this or similar code:
<form method="get" action="http://www.google.com/search">
<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text" name="q" size="25"
maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox" name="sitesearch"
value="rda-enterprises.com" checked /> only search this site<br />
</td></tr></table>
</div>
</form>
where would i go to change the default search box to one that uses google? I don't mind leaving the default search function there and adding this one somewhere in the page, i just don't know where to put it so it will show up on all pages. thanks in advance.
Bookmarks