Hello all, i have a templated site i am working on and i need to insert a search engine that searches the entire site. Only thing is that i need it to utilize the formbox/text feild that i already have pre-designed for a search engine in my site. The reason i need to use that specifice formbox/text feild is because if the search box is any bigger it will scramble everything i have after that. Here is the code for the formbox/textfeild: <html> <head> </head> <body> <tr> <td colspan="3" valign="middle" class="bodystyle" height="4"></td> </tr> <tr> <td valign="middle" class="bodystyle"><div align="right"> </div></td> <td valign="middle"><input name="SearchBox" type="text" class="formbox" id="SearchBox" size="30" maxlength="999"></td> <td valign="middle"><input name="imageField2" type="image" src="images/search_03.gif" width="69" height="14" border="0"></td> </tr> <tr> </body> </html> you can view it as a html by putting it in notepad and saving at as html if anyone can come up with a complete code i would be SO HAPPY because this is the last thing i will have to change for the master page! Thanks in advance--