PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Search box width

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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


    • #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...
      X