I've been trying to include the html code for a Google or Bing web search box on my home page but upload is refused. Is there something dodgy in the script?
Example:
<!-- Web search from Bing-->
<form method="get" action="
http://www.Bing.com/results.aspx">
<input type="hidden" name="cp" value="1252"/>
<input type="hidden" name="FORM" value="FREEWS"/>
<table bgcolor="#FFFFFF">
<tr>
<td>
<img src="[url]http://www.bing.com/siteowner/s/siteowner/Logo_Small_51x19.gif" border="0" ALT="Bing"/>
[/url]
</td>
<td>
<input type="text" name="q" size="30" />
<input type="submit" value="Search Web"/>
</td>
</tr>
</table>
</form>
<!-- Web Search from Bing -->