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> Quote Link to comment 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. 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.