Is that the full code you are using or just a selection??
Because the second </table> tag isnt opened..
______________________
Im quessing you want the iframe moved up..
You could just create a new row in the previous table instead.. so like...
HTML Code:
<table border="0">
<tr>
<td>
<form>
<input type=button value="Back" onCLick="history.back()" class="button2"></FORM>
</td>
<td>
<FORM method=GET action="http://www.google.com/search" target="main">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<INPUT class="button" TYPE=text name=q size=16 maxlength=255 value="search ***">
<INPUT class="button2" type=submit name=btnG VALUE="Go">
<font size=-2>
<input type=hidden name=domains value="YOUR DOMAIN NAME"><input type=hidden name=sitesearch value="****" checked></FORM>
</font>
</td>
</tr>
<tr>
<td>
<iframe src="***" name="main" background="***" width="581" frameborder="0" height="480"></iframe>
</td>
</tr>
</table>
Im not sure if that will work or not
--James
|