PassMark Logo
Home » Forum

Search box width

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tjfcat
    Junior Member
    • Oct 2005
    • 3

    #1

    Search box width

    How do you change the width of the search box which is automatically generated when search.php is called?
    Thanks for the help.
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    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...tml#searchform

    -----
    David

    Comment

    • Ray
      Administrator
      • Dec 2004
      • 4357

      #3
      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.

      Code:
      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
      --Ray
      Wrensoft Web Software
      Sydney, Australia
      Zoom Search Engine

      Comment

      Working...