| Customizing the search engineYou may use the SID Theme Search Engine from within your own website. All you need is:
The form may look like this: <form method="get" action="http://www.df.lth.se/~lft/sidtheme/customquery.php"> <input name="q" value="" size="40" /> <input type="hidden" name="first" value="0" /> <input type="hidden" name="header" value="www..." /> <input type="hidden" name="footer" value="www..." /> <input type="submit" value="Cowabunga!" /> </form> Instead of "www...", type the URLs of your header and footer. Don't put "http://" at the beginning. Remember to run your page, as well as a typical search result, through http://validator.w3.org. |