PassMark Logo
Home » Forum

How to add a graphical image to the submit button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gedeon
    Junior Member
    • Jan 2005
    • 2

    #1

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

    #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

    • sizbut
      Senior Member
      • Jan 2005
      • 100

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