Block içine google'den aldığım arama motoru kodlarını koyunca block uzuyo, kapanmıyo ve altındaki blockları altlara atıyo. bunu nasıl düzeltebiliriz.
örnek
<%
mwpThemeTitle= "Ne Arıyorsun?"
mwpThemeBlock_open()%>
<!-- SiteSearch Google -->
<form method="get" action="
http://www.google.com/custom" target="google_window">
<table border="0" bgcolor="#cccccc">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<input type="hidden" name="domains" value="xxx.Com"></input>
<label for="sbi" style="display: none">Arama terimlerinizi girin</label>
<input type="text" name="q" size="22" maxlength="255" value="" id="sbi"></input>
</td></tr>
<tr>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked id="ss0"></input>
<label for="ss0" title="Web'de Ara"><font size="-1" color="#000000">Web</font></label></td>
<td>
<input type="radio" name="sitesearch" value="xxx.Com" id="ss1"></input>
<label for="ss1" title="Ara xxx.Com"><font size="-1" color="#000000">xxx.Com</font></label></td>
</tr>
</table>
<label for="sbb" style="display: none">Arama formu gönder</label>
<input type="submit" name="sa" value="Google Arama" id="sbb"></input>
<input type="hidden" name="client" value="pub-7847991231427742"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-9"></input>
<input type="hidden" name="oe" value="ISO-8859-9"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:390;L:http://www.xxxcom/banner.gif;S:http://www.xxx.com;FORID:1"></input>
<input type="hidden" name="hl" value="tr"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->
<%mwpThemeBlock_close()%>
yardımcı olursanız sevinirim.