PDA

View Full Version : Change Button Text


jegesmaci
03-19-2006, 12:04 AM
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
03-19-2006, 11:01 PM
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

Midas
04-12-2006, 09:17 AM
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.