Google Custom Search : Make your own version of google search engine
This is indeed a cool trick that many people including bloggers aren't aware of.You could really make your own version of Google.All you just need is to make a HTML file.
1.Open Notepad or similar text editor[I don't recommend Msword].
2.Copy and Paste this code :
<center>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF=" http://www.google.com/">
<IMG SRC="http://www.retailpriceindia.com/wp-content/uploads/2011/05/Google-text-links-evil-460.gif" border="0" ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value="en">
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>
3.Save file as my_google.html.
Now you can make this Google your homepage if you want , the problem i find is it does not show any suggestions. The code "IMG SRC="http://www.retailpriceindia.com/wp-content/uploads/2011/05/Google-text-links-evil-460.gif" " loads background picture.If want to change it , replace "http://www.retailpriceindia.com/wp-content/uploads/2011/05/Google-text-links-evil-460.gif" with URL of some other picture.
Comments