Web experts out there, help please...!

marcustzy

Junior Member
Jun 5, 2002
16
0
0
I am making a webpage and my webpage is a very large and long page. I need to incorporate the Find function that IE offers into my webpage to make it easy for visitors to search for a word. Since most of my visitors won't be computer savvy people, having them use "Ctrl"+"F" or "Edit"+"Find" to find a keyword will drive them away. Any smart people out there? I will give credit to you by having your name/site, whatever you want if you solve my problem.
 

Nohr

Diamond Member
Jan 6, 2001
7,302
32
101
www.flickr.com
You could add a Google search box to your site. It's got a radio button so users can search either just your site or the entire web.

Google Free web search with site search
If you want visitors to find things easily within your web pages, add Google Free site search as well as web search. Just copy and paste the boxed code into your site, then replace the words "YOUR DOMAIN NAME," which appears three times in the code, with your own website's actual domain name (e.g., http://froogle.google.com).
 

marcustzy

Junior Member
Jun 5, 2002
16
0
0
There is a problem though. My html page is actually converted from a huge Excel spreadsheet. If you look at the source code, there is nothing in the <body> </body> part and I am unable to paste the Google search bar source code into my source file. Urgh, any idea web experts out there?