I have this simple representation of a submit button in my html code
<input type="submit" name="pay now" value="pay" />
I want the submit button to look like this:
<a href="#"><img src="images/shopping-cart/check-out-btn.png" border="0" /></a>
but must adhere to its type of dispatch
how to do it?
source share