you know how, when you select SiteSearch, there's a radio button for Web and another fro YOURDOMAIN.COM ? is there a way I can place the radio button for YOURDOMAIN.COM below the WEB one? just as how you would place the Google Search button BELOW the text box.
you must have a LONG domain name!! but i really dont know how to make the site button below the web button.
There is a way to do it. You will have to edit the code though. Just add <tr> before: <td> <input type="radio" name="sitesearch" value="<Your site>"></input> <font size="-1" color="#000000"><Your site></font> </td> and </tr> after it. It should look like: <tr> <td> <input type="radio" name="sitesearch" value="<Your site>"></input> <font size="-1" color="#000000"><Your site></font> </td> </tr> Have phun