Adding search engines

G

Guest

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
 
P

P@tty Ayers

For those two searches, for starters, I'd suggest inserting a one-row,
two-cell table with border="0", and inserting each block of code into its
own cell. You could add more cells to the table row later to add more code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top