Search Results Format

I am hoping someone out there can help me again with another issue.

I am using my own skin and have my own Search form and results page and the form works fine but the resulting search doesn’t have any formatting, it almost seems as though it isn’t adhering to the same rules for the layout file? Is this true, or should the search results conform to the page content like any other template file?

Perhaps I need to add the relevant style links directly in the search result file (schedule_results.tpl/php)?

Thanks,

Graham

If you are using an older version it is probably the form url in the search form template and the use of the action url instead of the standard.

You can see the difference here ->

https://github.com/n…archform.tpl#L2

https://github.com/D…archform.php#L3

Great stuff, works a treat. I did think it might be something to do with it but missed the action bit before the url.

Cheers,

Graham