bunglebrown
New Member
- Messages
- 157
- Reaction score
- 0
- Points
- 0
I'm more than a little stuck with this but I'm sure someone can help-
I have a form that is posted to a php page on submitting. I want to change the standard submit button to something more customised - like an image that I have created. Here's the code that I have for this. Currently the image is shown on top of an ugly submit button. I want to remove the button below so if anyone can direct me on how to do this I would be real grateful.
I have a form that is posted to a php page on submitting. I want to change the standard submit button to something more customised - like an image that I have created. Here's the code that I have for this. Currently the image is shown on top of an ugly submit button. I want to remove the button below so if anyone can direct me on how to do this I would be real grateful.
Code:
<div align="right"><button type="submit"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('next','','nextrollover.gif',1)"><img src="next.gif" width="170" height="40" border="0" id="next"></a></button></div>