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? Link to comment https://forums.phpfreaks.com/topic/130634-use-images-in-forms/ 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"> Link to comment https://forums.phpfreaks.com/topic/130634-use-images-in-forms/#findComment-677777 Share on other sites More sharing options...
BoltZ Posted October 29, 2008 Author Share Posted October 29, 2008 Ok thanks Link to comment https://forums.phpfreaks.com/topic/130634-use-images-in-forms/#findComment-677808 Share on other sites More sharing options...
TheFilmGod Posted October 30, 2008 Share Posted October 30, 2008 <button> search google. Link to comment https://forums.phpfreaks.com/topic/130634-use-images-in-forms/#findComment-678088 Share on other sites More sharing options...
BoltZ Posted October 30, 2008 Author Share Posted October 30, 2008 This question was resolved already Link to comment https://forums.phpfreaks.com/topic/130634-use-images-in-forms/#findComment-678091 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. Link to comment https://forums.phpfreaks.com/topic/130634-use-images-in-forms/#findComment-678110 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". Link to comment https://forums.phpfreaks.com/topic/130634-use-images-in-forms/#findComment-678392 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.