PDA

View Full Version : How to add a graphical image to the submit button


gedeon
02-01-2005, 11:21 AM
HI

What must I modify and in which page this finds the form to replace the boutton submit by an image (button grapic) thank you for your assistance

Ray
02-02-2005, 02:45 AM
You can customize the search button via CSS (http://www.wrensoft.com/zoom/support/css.html). For example,
input.zoom_button { background: transparent url(MyButton.gif) no-repeat center top; }

Alternatively, you can define your own HTML search form, as mentioned here: http://www.wrensoft.com/zoom/support/faq_howto.html#modifyform

sizbut
02-02-2005, 09:39 PM
Very nice, needed to put some non-break space characters into my setting.php file, but otherwise worked a treat.

Many thanks.