By mleacy on
Hello all,
I am totally new to Drupal and was hoping some kind soul would point me in the proper direction to modify the way the search box in a particular theme is displayed. I want one like that which is found at apple.com. I already have the html and css to create the Apple-style search box. I just need to know where the search box lives within a theme and how to alter it.
Thanks in advance!
Comments
You may change templates
You may change templates from search module:
http://api.drupal.org/api/file/modules/search/search-block-form.tpl.php
http://api.drupal.org/api/file/modules/search/search-theme-form.tpl.php
Just do this.
First enable search box from the module list.
and paste this code in your page.tpl.php
you can edit this according to ur requirement