Hi
Oops sorry I think I should have disabled html - will try again.

I'd like to add a search facility to my web site (without third party ads)just to search my own site. I came across this html code for a search facility and have absolutely no idea how to apply it to my site!

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<form name="form1" "action="method="postright">
<font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#003366"><b>SEARCH:</b></font>
<input type="text" name="textfield">
<img src="web/images/circle.gif" width="17" height="17" align="absmiddle">
</form>
</td>
</tr>
</table>
Can anyone advise me on what to do with it (via Dreamweaver) or suggest a suitable alternative for my site.

Thanks a million!