PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Change Button Text

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

  • Change Button Text

    I would like to just change the button text to something besides submit. I have looked at the FAQ and the CSS Website info. and I can't seem to find this specific thing.

    Thanks ahead of time for your help.

    Adam

  • #2
    You can change the search button text (and more) via the ZLANG files. See chapter 6.2 in the Users Guide for more information:
    http://www.wrensoft.com/zoom/usersguide.html
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      Place the following code in your webpage:

      <form method="GET" action="search.php">
      <div>
      <input type="text" name="zoom_query" size="10">
      <input type="image" SRC="image.gif">
      </div></form>

      This will give you a pretty icon instead of a horrible text button.

      Comment

      Working...
      X