I'm trying to modify the submit button to just show a button based on the css class .button. Here's what I have so far for the code:
Code:
<div align="center"><input type="button" src="$buttontype" class="button" value="Donate" title="Thank you for supporting the SwingDC community!" />
The button shows up nicely, but it doesn't do anything when you click on it. What do I have to change in the code above to make the button work?
Thanks!