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
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
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.