Can someone help to change this to incorporate an image called BUTTON1.JPG
instead of the standard submit
button?
<form id='formName' name='formName' onsubmit='redirect();return false;'>
<div class="style7">
<input type='text' id='userInput' name='userInput' value=''>
<input type='submit' name='submit' value='Submit'>
</div>
</form>
Why not:
Use CSS :
For HTML :
Use an
image
type input:The full HTML:
Just remove the border and add a background image in css
Example:
HTML:
CSS: