PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Placing Search Button NEXT to input field

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

  • Placing Search Button NEXT to input field

    What syntax would I use to place the search button next to the search input field, inline, as opposed to stacking under the field as a block?
    Gary Kopycinski
    eNews Park Forest, Inc.
    http://www.eNewsPF.com

  • #2
    Solved?

    I think I solved it. Used CSS to set INPUT to display inline.
    Gary Kopycinski
    eNews Park Forest, Inc.
    http://www.eNewsPF.com

    Comment


    • #3
      Yep, that's the solution we would recommend. The "display: inline" CSS attribute can be used for any div class element that you need to be shown on the same line, rather than on a new line.

      More on using CSS to customize the appearance of your search page here:
      http://www.wrensoft.com/zoom/support/css.html

      Having said that, the search button is normally on the same line as the search box. It's normally not on the next line unless your CSS states otherwise, or the page layout is causing it to wrap.
      --Ray
      Wrensoft Web Software
      Sydney, Australia
      Zoom Search Engine

      Comment

      Working...
      X