QUOTE(IngeniousHax @ 2 Nov, 2009 - 11:17 PM)

Yeah, I meant visually. But is there also a way to center a button underneath the search bar (a custom button).
Yes. You can put the form within a paragraph and then have the search box above the search button like so
CODE
<p style="text-align: center;">
<input type="text" name="search" /><br />
<input type="submit" value="Search" />
</p>
QUOTE(IngeniousHax @ 2 Nov, 2009 - 11:17 PM)

So in other words, you would have to take the script and inject it into the button and than center it underneath the search bar, right? or no?
And if i'm wrong, please correct me as I have no idea on what to do.
Also, that script you gave out, does it just do a google search from a search button...?
No. The script goes into the form command. If you wanted, you could have the search criteria box one one side of the page and the submit button on the other side of the page

although I wouldn't recommend that.