I have this plain submit button appearance in my html code
<input type="submit" name="pay now" value="pay" />
I wish to make the submit button look like this
<a href="#"><img src="images/shopping-cart/check-out-btn.png" border="0" /></a>
but should stick with its submit type
how to do that ?