In order to have a search box on your site you must have the header showing.
After this is done:
Example of a search box within a page.
You have to use a gadget. This gadget contains the following code:
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="search" />
<Content type="html">
<![CDATA[
<form method="get" action="http://www.google.com/search" target="_blank"><input type="text" name="q" size="31"maxlength="255" value="" />
<input type="submit" value="Google Search" /><p>
Search <input type="radio" name="sitesearch" value="" />
The Web<input type="radio" name="sitesearch"value=www.w8shi.net checked /> W8SHI.net only
<br /></form>]]>
</Content>
</Module> The Google Gadget Editor if stiil broken try THIS ONE
Simple Method
<form method="get" action="http://www.google.com/search" target="_blank">
<input type="text" name="q" size="31" maxlength="255" value="" /><input type="submit" value="Google Search" /><br />Search <input type="radio" name="sitesearch" value="" />The Web <input type="radio" name="sitesearch" value=www.w8shi.net checked />W8SHI.net only</form>
Instead of creating your own search gadget there are several ready made ones available. <---- Insert>> More Gadgets. Search for "custom search engine". Pick one and insert it into your page. |
