Hello All,

I am having some trouble customizing the search form on the search results page. I do not want to do anything fancy at the moment, all I would like to do is to put the form inside its own div for theming purposes. That is all. I have copied the search-theme-form.tpl.php out the search module and edited that, but it does not have any effect on the form.

From what I can see the form is called through $content in page-search.tpl.php along with all the search results...which are each contained within their own div, I have managed to do this by containing the code in search-result.tpl.php withing a div.

Does anyone have an idea how I might go about this? I have read a lot about how to theme the form, change the text etc...but nothing about how to place it within a div.

Cheers

Ross