Select Layout > Page Elements > Add a Gadget > HTML/JavaScript
Simple:
<form id="searchthis" action="/search"
style="display:inline;" method="get">
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="Search" type="submit"/>
</form>
Advance:
<form id="searchthis" action="/search"
style="display:inline;" method="get">
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" type="image" src="imageurl" align="top"/>
</form>
* imageurl need to be change
This entry was posted
on Saturday, July 5, 2008
at Saturday, July 05, 2008
and is filed under
Search Box
. You can follow any responses to this entry through the
comments feed
.