Jump to content

[SOLVED] change search button to image


h4r00n

Recommended Posts

Hi, I have a pretty basic seach form with a standard search button. However I want to change the search button to an image. Can anyone advise how this can be done?

 

<form action='search.php' method='GET'>

  <center>
	<p><font size="5" style="font-family: Georgia, 'Times New Roman', Times, serif; font-size: 30px; color: #FF7113;">Quick Search</font></p>
    <p><font size="5" face="sans-serif">
      <input style='text' size ='50' name='search' value="e.g. Social Work in Birmingham" onClick="if(this.value == 'e.g. Social Work in Birmingham') this.value='';" />
        <input type='submit' name='submit' value='Search'
	>
        <br>
    </font></p>
	</center>

</form>

Link to comment
https://forums.phpfreaks.com/topic/171878-solved-change-search-button-to-image/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.