Bing Bling

image

Here is the code to add a simple Bing search box to your web site:

<!-- Web search from Bing-->
<form method="get" action="https://www.bing.com/search">
  <table bgcolor="#FFFFFF">
    <tr>
      <td>
        <a href="https://www.bing.com/">
          <img src="https://www.bing.com/siteowner/s/siteowner/Logo_51x19_Dark.png" border="0" ALT="bing" />
        </a>
      </td>
      <td>
        <input type="text" name="q" size="30" />
        <input type="submit" value="Search Web" />
      </td>
    </tr>
  </table>
</form>
<!-- Web Search from Bing –>

image