Advertisement
sb1370

Bing custom search box

Mar 6th, 2015
920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.58 KB | None | 0 0
  1. <style type="text/css">
  2.     .bing {
  3.         background: #fff url('http://i1.social.s-msft.com/contentservice/9ee792ce-28e5-4ad3-b985-9d7e002bf6a5/bing2.png') 0 0 no-repeat;
  4.     }
  5.  
  6.  
  7.     .bing {
  8.         margin-right: 4px;
  9.         background: #fff url('http://i1.social.s-msft.com/contentservice/9fcdc46d-264e-42ba-9916-9d6501354f31/bing.png') 0 0 no-repeat;
  10.         display: inline-block;
  11.         height: 22px;
  12.         overflow: hidden;
  13.         width: 47px;
  14.         text-align: right;
  15.     }
  16.  
  17.  
  18.     .SearchButton {
  19.         background: #fff url('http://i1.social.s-msft.com/contentservice/9fcdc46d-264e-42ba-9916-9d6501354f31/bing.png') 0 -22px no-repeat;
  20.         display: inline-block;
  21.         border-width: 0px;
  22.         cursor: pointer;
  23.         height: 21px;
  24.         margin: 0px;
  25.         padding: 0px;
  26.         vertical-align: top;
  27.         width: 21px;
  28.         text-align: right;
  29.     }
  30. </style>
  31.  
  32. <form action="http://www.bing.com/search" method="get">
  33.     <!--
  34.    <input name="cp" type="hidden" value="CODE PAGE USED BY YOUR HTML PAGE" />
  35.    <input name="FORM" type="hidden" value="FREESS" />
  36.    -->
  37.     <table>
  38.         <tbody>
  39.             <tr>
  40.                 <td style="height: 17px">
  41.                     <input name="q" size="30" type="text" placeholder="Search this site" />&nbsp;<input class="SearchButton" type="submit" value="" />
  42.                     <input name="q1" type="hidden" value="site:YOURWEBSITEADDRESS.COM" /> <!--Use youe Web site address instead of YOURWEBSITEADDRESS.COM-->
  43.                 </td>
  44.             </tr>
  45.         </tbody>
  46.     </table>
  47. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement