This site has a lot of useful info. Check it out RC123.com
This is a good and useful web page code. You can search the news from your own website.
If you are familiar with how to insert html code into your
web pages then it's easy.
Here's an explanation.
You have to open your web authoring software and find the page that you want to ad the news search box to.
Locate the spot where it will go and copy and paste this code into the HTML window and not into the view window. Change the code from the example below to reflect the size number from 42 to the box length size that you want.
This is the section of code that deals with size <input size="12" name="p" />
Try it - type some relevant news item or name into the box.
copy and paste the code in bold below:
___________________________________
<th align="center" scope="row"><form id="form1"
name="News Search" method="get" action="http://search.news.yahoo.com/search/news"> <p align="center" class="style5"><span class="style4">Search the news </span> <input size="42" name="p" /> <input type="submit" value="News Search" /> </p></form></th> _______________________________________________________________
|