PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

How to add a graphical image to the submit button

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

  • How to add a graphical image to the submit button

    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

  • #2
    You can customize the search button via CSS (http://www.wrensoft.com/zoom/support/css.html). For example,
    Code:
    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...tml#modifyform
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      boutton submit

      Very nice, needed to put some non-break space characters into my setting.php file, but otherwise worked a treat.

      Many thanks.
      Mark Gallagher

      Comment

      Working...
      X