Bu aşağıdaki kod beni yedi bitirdi yahu

Tabloları sıfırdan yaptım yine olmadı yine olmadı...
Sorunum şu : Aşağıdaki resimde alt alta dizili ben bunu yan yana dizmeye çalışıyorum
<%
rs.movenext
loop
%>
bu kodu sağ tabloya yerleştiriyorum ya çalışımıyor yada değişen birşey olmuyor.
Sitede yerleşimi
<%
set rs = server.createObject("adodb.recordset")
sql="Select top 2 * from rs order by id desc"
rs.open sql,conn,1,3
set rs2 = server.createObject("adodb.recordset")
sql="Select * from ayar"
rs2.open sql,conn,1,3
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Haberler</title>
<style fprolloverstyle>A:hover {color: #800000; font-family: Tahoma; font-size: }
</style>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="00" marginwidth="0" marginheight="0" link="#808080" vlink="#808080" alink="#808080">
<table border="0" width="62%" id="table1" cellspacing="0" cellpadding="0" height="59%">
<tr>
<td width="68%" height="122" valign="top">
<div align="center">
<table border="0" width="752" id="table3" cellpadding="0" style="border-collapse: collapse" height="23">
<tr>
<td width="757" height="19" valign="top"><p align="right"><font face="Verdana" size="1"><%=rs2("siteadres")%></font></td>
</tr>
</table>
<table width="741" height="262" border="0" cellpadding="0" id="table2" style="border-collapse: collapse">
<tr>
<td height="1" colspan="2" style="border-bottom-style: none; border-bottom-width: medium"><font face="Verdana" size="1"> <img border="0" src="https://www.r10.net/images/empty.gif" width="1" height="1"></font></td>
</tr>
<%if rs.eof then%>
<tr>
<td height="12" colspan="2"><font face="Verdana" size="1" color="#800000">Haber Bulunamadı</font> </td>
</tr>
<%end if%>
<% do while not rs.eof%>
<tr></tr>
<tr>
<td width="244" height="200"><img border="0" src="https://www.r10.net/images/empty.gif" width="1" height="1">
<table border="0" width="244" id="table5" cellpadding="0" height="30%" bgcolor="#FFFFFF">
<tr>
<td width="124"><p align="left"><font face="Verdana" size="1"><b><font color="#800000">Tarihi :</font></b> <%=rs("tarih")%></font></td>
<td width="114"><div align="left"><font face="Verdana" size="1"><font color="#800000"><b>Yayın : </b></font>
<%
if rs("kat")="1" then
response.write "Akşam"
elseif rs("kat")="2" then
response.write "Bugün"
elseif rs("kat")="3" then
response.write "Sabah"
elseif rs("kat")="4" then
response.write "Milliyet"
elseif rs("kat")="5" then
response.write "Hürriyet"
elseif rs("kat")="6" then
response.write "Star"
elseif rs("kat")="7" then
response.write "Radikal"
elseif rs("kat")="8" then
response.write "BT Haber"
elseif rs("kat")="9" then
response.write "Dünya"
elseif rs("kat")="10" then
response.write "Activeline"
elseif rs("kat")="11" then
response.write "Gözlem"
elseif rs("kat")="12" then
response.write "Cumhuriyet"
elseif rs("kat")="13" then
response.write "Vatan"
elseif rs("kat")="14" then
response.write "Yeni Şafak"
elseif rs("kat")="15" then
response.write "Fotomaç"
end If
%>
</font></div></td>
</tr>
<tr>
<td colspan="2"><img border="0" src="haberresim/<%=rs("resim")%>" width="213" height="136"></td>
</tr>
<tr></tr>
<tr>
<td colspan="2"><font face="Tahoma" size="1"><span style="text-decoration: none; font-weight:700"><font color="#000000"><a title="<%=rs("aciklama")%>" href="habergoster.asp?id=<%=rs("id")%>"><span class="box"><span style="text-decoration: none"><font color="#000000"><%=rs("baslik")%> </font> </span> </span> </a> </font> </span> </font> </td>
</tr>
</table></td>
<td width="498" height="200">
<%
rs.movenext
loop
%>
</td>
</tr>
</table>
</div></td>
</tr>
<tr></tr>
<tr></tr>
</table>
<p> </p>
</body>
</html>