Jump to content

[SOLVED] pre-written text in search field


h4r00n

Recommended Posts

Hey, I have my code below for the search form. Do you know how I can have pre-written text in the search field stating 'e.g. Social Work in Manchester' which disappears when the user clicks the search field?

 

   <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'>
          <input type='submit' name='submit' value='Search'
      >
          <br>
        </font></p>
      </center>
      
</form>

Link to comment
https://forums.phpfreaks.com/topic/171859-solved-pre-written-text-in-search-field/
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.