Hi

I have been reading up on adding Google search. Unfotunately they only talk html and I am weak on the programming stuff.

I tried to just add their code to the page(search.aspx) to see what happens and of course....... nada

So, if someone could enlighten me on what I could do... Thanks.

Here is the code they say to install:

<style type="text/css">
@import url(http://www.xxxxx.com/cse/api/branding.css);
</style>
<div class="cse-branding-right" style="background-color:#999999;color:#000000">
  <div class="cse-branding-form">
    <form action="http://www.xxxxx.com/cse" id="cse-search-box">
      <div>
        <input type="hidden" name="cx" value="partner-pub" />
        <input type="hidden" name="ie" value="ISO-8859-1" />
        <input type="text" name="q" size="31" />
        <input type="submit" name="sa" value="Search" />
      </div>
    </form>
  </div>
  <div class="cse-branding-logo">
    <img src="http://www.xxxxx.com/images/poweredby_transparent/poweredby_999999.gif" alt="xxxxx" />
  </div>
  <div class="cse-branding-text">
    Custom Search
  </div>
</div>