Can anyone tell me where I can change where the search results appear within a content part, and their appearance. Is there a default.html page like the guestbook? At present, my search results text appears before the search box and then the results appear after the search box.I have added various css styles but this doesn't affect the layout of search results etc.
Any help appreciated.
Thanks
Search Results
The main thing to understand
is the content_type # designation
which is 13 for search contentpart
the frontend (display) file is found here:
inc_front/content/cnt13.article.inc.php
and its associated functions is found here:
inc_front/content/cnt_functions/cnt13.func.inc.php
hope this helps

is the content_type # designation
which is 13 for search contentpart
the frontend (display) file is found here:
inc_front/content/cnt13.article.inc.php
and its associated functions is found here:
inc_front/content/cnt_functions/cnt13.func.inc.php
not yetIs there a default.html page like the guestbook?
hope this helps