fraternalawards Posted February 2, 2003 Share Posted February 2, 2003 I would like to put search in middle of page instead of the side and have specials under the search.The only thing I find for help here is people asking the same question as me but no one answers.It cant be that haed but it is eluding me.Is it that easy that you just dont feel like answering a dumb question?Not everyone knows everything and thats why forums exist.Sorry to rant but I get the impression some people dont feel like answering easy questions.There is a similiar question just above.Thank you to the person that actually does take the time to answer my question. Link to comment Share on other sites More sharing options...
agtlewis Posted February 2, 2003 Share Posted February 2, 2003 Here is code for a search box. <form name="quick_find" method="get" <?php echo 'action="' . HTTP_SERVER . DIR_WS_CATALOG . 'advanced_search_result.php">' ?> <input type="text" name="keywords"> <input type="submit" name="Submit" value="Search"><br> <?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . 'advanced_search.php">' ?> Advanced Search</a></form> Hope that helps. Link to comment Share on other sites More sharing options...
fraternalawards Posted February 2, 2003 Author Share Posted February 2, 2003 where do i put his do you know? does it go in default.php? Link to comment Share on other sites More sharing options...
rseigel Posted February 2, 2003 Share Posted February 2, 2003 Yes...default.php would be the place to put it. Spend some time reading through the file(s) and you'll start to figure out where things are called and how. That's the best way to learn. :wink: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.