button image as form input submit button?

You could use an image submit button:

<input type="image" src="https://stackoverflow.com/questions/3381609/images/login.jpg" alt="Submit Form" />

Leave a Comment