squiblo Posted July 30, 2009 Share Posted July 30, 2009 how can i edit this code so that i can have my own image as the submit button? <form action='search.php' method='GET' <font face='sans-serif' size='5'> <center> <input type='text' size='50' name='search'> <input type='submit' name='submit' value='Search'> </center> </font> </form> Link to comment https://forums.phpfreaks.com/topic/168091-solved-own-submit-button/ Share on other sites More sharing options...
Daniel0 Posted July 30, 2009 Share Posted July 30, 2009 You can do like this: <button type="submit"><img src="image.png" alt="Search"></button> Or you can replace the button with an image using CSS. Link to comment https://forums.phpfreaks.com/topic/168091-solved-own-submit-button/#findComment-886567 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.