+ Reply to Thread
Results 1 to 4 of 4

Thread: how to add google search box to my website?
      
   

  1. #1
    allstars17 is offline Sergeant
    Join Date
    Apr 2009
    Posts
    36

    Default how to add google search box to my website?

    is it possible?

  2. #2
    Join Date
    Feb 2006
    Location
    Kings Lynn, Norfolk (UK)
    Posts
    8,719

    Default Re: how to add google search box to my website?

    Yes! You can join google ad's & put one on your site & earn some money. There is one via using BV form templates. Or your can post the code below into an html box & change the parts in red for your own use.

    <form method="get" action="http://www.google.com/search">
    <input type="text" name="q" size="31" maxlength="255" value="" />
    <input type="submit" value="Search" /><br>
    <input type="radio" name="sitesearch" value="" />The Web<input type="radio" name="sitesearch" value="www.collectors-info.com" checked />This site<br />
    </form>

  3. #3
    allstars17 is offline Sergeant
    Join Date
    Apr 2009
    Posts
    36

    Default Re: how to add google search box to my website?

    thank you dear, this works fine.

  4. #4
    jajosolo's Avatar
    jajosolo is offline Corporal
    Join Date
    May 2009
    Posts
    12

    Default Re: how to add google search box to my website?

    hi
    as a new (and excited user) i feel the need to thank you. this thread finally helped me understand the html box. opening a world of opurtunity for me!! including things like google gadgets for websites:
    http://www.google.com/ig/directory?synd=open

    thank you so much
    jacob

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49