- Instead of a Submit Button, use an Image Button. In the "Image Button" field enter the relative path of the image. For example: http://www.mywebsite.com/images/submitimage.jpg.
- You can add your own css class to the submit button by writing:
class="myclass"
in the "Additional Attributes" field. The css class should contain something like this:.myclass { background: url(''images/submitimage.jpg'') no-repeat; width: 200px; height: 200px; border: 0px; }






