submit button image

G

Guest

how do you change the submit button image so i can have my own custom submit
button
 
A

Andrew Murray

To use an image for a submit button type the code below into the code view of
your page. Change "yourbutton.gif" to whatever image you want.

<input type="image" name="submit" src="images/yourbutton.gif">

However it only works for the submit button not the reset button - although there
are other methods using javascript to make an image/button and javascript code to
reset the form - that's a little more complicated.

Also, you can use styles to change the way the button looks (add a background
image for example) or change the borders,fonts colours, patterns etc and turn a
boring grey button in to some fancy creation!
To use the styles, just right click the button, and go to form field properties
then choose "Style".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top