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?
Announcement
Collapse
No announcement yet.
Placing Search Button NEXT to input field
Collapse
X
-
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.
Comment
Comment