Search Engine

The Problem<br />
<br />
I don't know that weird language code that is used to make my seach engine (provided by bravenet.) Can someone help me crop it so that I only have the text box and the "find it" button? And I also want "find it" to be "Search!" instead. Any help is appreciated!<br />
<br />
View the Search Engine<br />
<br />
<!-- m --><a class="postlink" href="http://www.geocities.com/the_ryan_lin/test.html">http://www.geocities.com/the_ryan_lin/test.html</a><!-- m --> <br />
<br />
Here is the code<br />
<br />
The code for that is: <br />
<div align="center"><br />
<form action="http://pub18.bravenet.com/search2/search.php" method="post"><br />
<input type="hidden" name="usernum" value="1501129820" /><br />
<input type="hidden" name="cpv" value="1" /><br />
<table border="0" cellspacing="0" cellpadding="0" bgcolor="#999999"><tr><td><br />
<table border="0" cellpadding="4" cellspacing="1" bgcolor="#999999"><br />
<tr bgcolor="#eeeeee"><td align="center"><FONT face="Arial,Helvetica" size="2"><B>Search My Site</b></font></td></tr><br />
<tr bgcolor="cornsilk"><td align="center"><input type="text" size="15" name="keyword" />&nbsp;&nbsp;<br />
<font face="Arial, Helvetica" size="2"><B><input type="submit" value=" Find It! " /></b></font><br />
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.bravenet.com/" target="_top"><img src="http://images.bravenet.com/pub/searchbut.gif" width="100" height="35" alt="Bravenet Web Services" border="0" /></a></td></tr><br />
</table></td></tr></table><br />
</form></div><!--content--><div align="center"> <br />
<form action="http://pub18.bravenet.com/search2/search.php" method="post"><br />
<input type="hidden" name="usernum" value="1501129820" /><br />
<input type="hidden" name="cpv" value="1" /><br />
<input type="text" size="15" name="keyword" /><br />
<font face="Arial, Helvetica" size="2"><b><br />
<input type="submit" value="Search" name="submit" /><br />
</b></font> <br />
</form><br />
</div><!--content-->Cool. It works. Thanks<!--content-->
 
Back
Top