Kafkaesqui,
I use Kubrick’s search form. It says:
<form method="get" id="searchform" action="<?php echo $PHP_SELF; ?>">
<input type="text" value="<?=htmlentities($s); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" name="Submit" value="<?php _e('Go!'); ?>" />
</form>
So I know I can make the first suggestion you made and place it in the first line of code here, but I don’t know enough about forms yet to know how to remove the “go” button without screwing things up. I see the php_e(‘Go!), and I figure that’s where I need to make a change, but need a little more help if you please. ??