PDA

View Full Version : Search box width


tjfcat
10-18-2005, 08:43 PM
How do you change the width of the search box which is automatically generated when search.php is called?
Thanks for the help.

wrensoft
10-18-2005, 10:38 PM
You need to create your own search form and specify a larger "size" value. The default size is 20 characters.

See this FAQ question.
http://www.wrensoft.com/zoom/support/faq_howto.html#searchform

-----
David

Ray
10-19-2005, 02:01 AM
An alternate solution is to use CSS to customize the default search box (the one that is automatically generated). The search box is defined by the "zoom_searchbox" class, eg.

input.zoom_searchbox { width: 100px; }
More information on customizing your search page via CSS can be found here:
http://www.wrensoft.com/zoom/support/css.html