Hi, in this code, where i can put url, so the image button (images/play_btn.gif ) will be click able. Can anyone help? Thanks <td align="left" valign="top" style="padding-bottom:5px;"> <input type="image" src="images/play_btn.gif" name="Submit3" value="Submit" /> </td> </tr>
I'm not sure what you are trying to do with that since the code you provided is incomplete. why not just put a link on an image something like the code below <a href="link where you want to redirect when they click on the image"> <img src="images/play_btn.gif"> </a> with this code, when someone clicks on the image they will be automatically redirected to the link you provided.