PassMark Logo
Home » Forum

Change Button Text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jegesmaci
    Newbie
    • Mar 2006
    • 1

    #1

    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
  • Ray
    Administrator
    • Dec 2004
    • 4357

    #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

    • Midas
      Newbie
      • Apr 2006
      • 1

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