View Single Post
  #2 (permalink)  
Old Jun 28th, 2006, 15:20
Legacy_Staff Legacy_Staff is offline
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Search the site?

Code: Select all
<form method="get" action="http://www.google.co.uk/search">
<p align="center">
<footer bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<input name="q" font="verdana" value="TEXT YOU WANT YOUR VIEWER TO SEE" onfocus="this.value=''" class="textfield" size="26" style="float: left" />
</footer>
<input type="hidden" name="domains" value="YOUR SITE'S URL" />
<input type="hidden" name="sitesearch" value="YOUR SITE'S URL" />
<input type="submit" name="btnG" value="Go" class="submitbutton" style="float: right" />
<br>
...Or something like that.


[you will probably need to change the "footer" to wherever you're using it in your page]
Reply With Quote