J
Jason Clemens
I'm currently trying to add search bars to my site I'm making. They are in a
frame so I'd like them to be side by side since I will have quite a few of
them. We are having a trivia team site and would like to have multiple
search engines.
Currently they are lining up on top of each other...
Google search
Wikipedia search
I'd like them to line up side by side
Google Search Wikipedia Search etc
Is this a problem with the code I'm using...I'm a complete newbie to code
and only understand the basics...I'll copy the code as I have it below and
see if anyone can help....
<!-- Search Google -->
<FORM method=GET action="http://www.google.com/search">
<input type="hidden" name="language" value="en" />
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif"
border="0" ALT="Google" align="absmiddle" width="85" height="35"></A>
<INPUT TYPE=text name=q size=13 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search"></td></tr></TABLE>
<html>
<div>
<img border="0" src="images/Wikipedia%20Logo.gif" width="59"
height="67"><input id="searchInput" name="search" type="text" />
<input type='submit' name="go" class="searchButton" id="searchGoButton"
value="Search" />
I really appreciate any help anyone can add to this for me.
Jason Clemens
frame so I'd like them to be side by side since I will have quite a few of
them. We are having a trivia team site and would like to have multiple
search engines.
Currently they are lining up on top of each other...
Google search
Wikipedia search
I'd like them to line up side by side
Google Search Wikipedia Search etc
Is this a problem with the code I'm using...I'm a complete newbie to code
and only understand the basics...I'll copy the code as I have it below and
see if anyone can help....
<!-- Search Google -->
<FORM method=GET action="http://www.google.com/search">
<input type="hidden" name="language" value="en" />
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif"
border="0" ALT="Google" align="absmiddle" width="85" height="35"></A>
<INPUT TYPE=text name=q size=13 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search"></td></tr></TABLE>
<html>
<div>
<img border="0" src="images/Wikipedia%20Logo.gif" width="59"
height="67"><input id="searchInput" name="search" type="text" />
<input type='submit' name="go" class="searchButton" id="searchGoButton"
value="Search" />
I really appreciate any help anyone can add to this for me.
Jason Clemens