Posted by JonABurgess on 01/15/45 11:54
I am trying to put a google search form into a table but I cannot get
it to align vertically. There is a space below the form that I can't
find the source of. This code below is for a table with 'rounded
corners'. The form starts immediately after the top corners but there
is a space below it before the bottom corners start. Anyone have any
ideas as to why this is?
<table align="center" border="0" cellpadding="0" cellspacing="0"
bgcolor=#4c4c4c>
<tr>
<td valign="top"><img src="tl.gif"></td>
<td></td>
<td valign="top"><img src="tr.gif"></td>
</tr>
<tr>
<td></td>
<td>
<FORM method=GET action="http://www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<A HREF="http://www.google.com/"></a>
<INPUT TYPE=text name=q size=25 value="">
</FORM>
</td>
<td></td>
</tr>
<tr>
<td valign="bottom"><img src="bl.gif"></td>
<td></td>
<td valign="bottom"><img src="br.gif"></td>
</tr>
</table>
[Back to original message]
|