On a form I designing I am trying to use images for the submit buttons I will be using instead of the standard HTML button. The problem I am running into is with the <Input type='Submit'> tags I can assign a value to the button such as <Input type='Submit' name='add_delete' value='Delete Record'>. How can I do this using an <Input Type='Image'> tag?