I've got a search form, how do I add an image in the background? ( $5 for advice)

Discussion in 'PHP' started by vwdforum, May 16, 2008.

  1. #1
    Hello

    I've looking to use the following image

    [​IMG]

    I want to be able to enter the search term in the search bar and click on the "go" to perform the search.

    on my magazine subscription website.

    Here's the code I currently using

    <div id="header">
    <br>
    <form name='search' action='<?php print $config_baseHREF ?>searchRedirect.php'>
    	  <label for='q'><b><font size="5">search  for magazines...   </font></b> </label>
        <input class='searchtext' type='text' id='q' name='q' size='35' value='<?php print (isset($header["title"])?$header["title"]:""); ?>' />
    		<font size="5">
        <input class='searchbutton' type='submit' value='<?php print translate("Search"); ?> &raquo;' /></font><br />
    	</form>
    </div>
    PHP:
    I will paypal the first to tell me what to do $5

    Thanks!

    Mally
     
    vwdforum, May 16, 2008 IP
  2. Perow

    Perow Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You could use CSS to position a text-box on the image and hide it's borders.
     
    Perow, May 16, 2008 IP