Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > HTML / Design

HTML / Design Are you a designer? Or just trying to become one? Great! You'll be able to talk about layouts, and HTML code to help your fellow designers, so everyone can work together to master the tricks of the trade. (Maybe even some JavaScript too!)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-28-2009, 01:30 PM
Zig Zig is offline
Junior Member
 
Join Date: Jun 2009
Posts: 3
Default Google search engine in hosting for my website

Probably know that Google is the most popular search engine in the world. How to add Google search engine on my website?
Reply With Quote
  #2  
Old 06-28-2009, 01:57 PM
hood's Avatar
hood hood is offline
Member
 
Join Date: Jan 2009
Posts: 95
Default Re: Google search engine in hosting for my website

Here it is a code. With this code you can search in Google or on your website. Simply replace wherever written "www.yoursite.com" with the name of your website.
HTML Code:
<form action="http://www.google.com/custom" method="get" style="margin-bottom: 0">
<table bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap><a href="http://www.google.com/"><img src="http://www.google.com/intl/en_ALL/images/logo.gif" border="0" alt="Google search" align="absmiddle"></a></td>
<td nowrap><input type="text" name="q" size="25" maxlength="255" value="">
<input type="submit" name="btnG" value="Google Search">
<input type="hidden" name="cof" value="GL:0;">
<input type="hidden" name="domains" value="www.yoursite.com">

<input type="radio" name="sitesearch" value="">
WWW
<input type="radio" name="sitesearch" value="www.yoursite.com" checked>
www.yoursite.com 
</td>
</tr>
</table>
</form>
Reply With Quote
Reply

Tags
engine, google, hosting, search, website

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 07:37 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.