I’d like to make a simple html form where a person can upvote or downvote an item. However I don’t like the default look of a <input type='submit'> . What other options do I have to send a POST request than a bulky, default button?
I’d like to make a simple html form where a person can upvote or
Share
You can also make pretty buttons with just css, here’s a nice article:
http://particletree.com/features/rediscovering-the-button-element/