Google Mini Help

Discussion in 'HTML & Website Design' started by Brendan, Nov 29, 2006.

  1. #1
    Using a google mini, I'm trying to embed a search box (internal search) on an html page.

    Modifying some code I found online, i have:

    <FORM method=GET action="http://__._.___.__/search" target="_blank">
    <TABLE bgcolor="#FFFFFF"><tr><td>
    <A HREF="http://__._.___.__/">
    <IMG SRC="http://www.google.com/logos/Logo_40wht.gif"
    border="0" ALT="Google" align="absmiddle" Height="40"></A>
    <INPUT TYPE=text name=q size=25 maxlength=255 value="">
    <INPUT type=submit name=btnG VALUE="Google Search" style="font-size:10">
    </td></tr></TABLE>
    </FORM>

    I left the ip generic. This is the ip address of the search page, which works perfectly. The code I've posted works to some extent, as in it comes up with the correct results page, but the top portion looks different and the links die on me.

    Is there a way to fix up this code, or a better example perhaps somewhere? I've been searching for good info on this, but haven't really found anything. The code posted is modified from a google.com search box code example.
     
    Brendan, Nov 29, 2006 IP