BoltZ Posted October 29, 2008 Share Posted October 29, 2008 Hey i have this code <form action="index.php" method="get">" <div> <input type="submit" value="Next" name="step1" /></div> </form> and instead of using the button from that form i want to use an image instead of hte traditional html form button. how do i do this? Quote Link to comment Share on other sites More sharing options...
F1Fan Posted October 29, 2008 Share Posted October 29, 2008 <input type="image" src="someimage.jpg" value="Next" name="step1"> Quote Link to comment Share on other sites More sharing options...
BoltZ Posted October 29, 2008 Author Share Posted October 29, 2008 Ok thanks Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted October 30, 2008 Share Posted October 30, 2008 <button> search google. Quote Link to comment Share on other sites More sharing options...
BoltZ Posted October 30, 2008 Author Share Posted October 30, 2008 This question was resolved already Quote Link to comment Share on other sites More sharing options...
haku Posted October 30, 2008 Share Posted October 30, 2008 How rude. Not only did he give you an alternate suggestion, he gave you a more stable one. Quote Link to comment Share on other sites More sharing options...
BoltZ Posted October 30, 2008 Author Share Posted October 30, 2008 I wasn't being rude -.- I was merely commenting because this thread was already resolved. I thought he would figure out that this thread was resolved because I said "ok thanks". Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.