PDA

View Full Version : Results on the search input page


julia
06-14-2008, 04:52 PM
Hi,
I'm very new to website development and I'm sure I just haven't understood what I need to do from your excellent manual and FAQ's. I've created a search page with an input form - http://www.metalclayacademy.com/search/search.html

How do I get the results to appear in this same page rather than going off to another page?

Thanks
Julia

wrensoft
06-14-2008, 10:52 PM
Instead of creating a new page yourself called search.html, you can use search.php as your search page. Then when you do a search your will always remain on the search.php page.

The you can make the search.php page look like the rest of your site by editing the seach_template.html file.

See also these FAQ,
Q. How do I add search boxes to my web pages?
(http://www.wrensoft.com/zoom/support/faq_howto.html#simpleform)Q. How do I customize the appearance of my search results with CSS? (http://www.wrensoft.com/zoom/support/css.html)

julia
06-15-2008, 07:35 AM
Perfect! I knew I must be doing something wrong and the answer was so simple. Thanks very much.
Julia