<table border="0" width="100%" cellspacing="1">
<tr>
<td>
<table border="0" width="100%" id="table4" cellspacing="0" cellpadding="0">
<tr>
<B>
<TD class=tdtitle
background=images/tabtopree.gif
bcolor="#ddddff" width="2%">
<IMG
src="images/newapp1.gif"></TD>
<TD class=tdtitle width="25%"
background=images/tabtopeee.gif
bcolor="#ddddff"><font color="#FFFFFF"><b>&nbsp;En Yeni Programlar</b></font></TD>
<TD class=tdtitle width="4%"
background=images/tabtopeee1.gif>&nbsp;</TD>
<TD align=right
background=images/tabtopee2.gif
bcolor="#ddddff" width="68%">&nbsp;</TD>
</B>
</tr>
<tr>
<TD class=tdtitle bcolor="#ddddff" colspan="4">
<table border="0" width="100%" id="table5">
<tr>
<%
set ozy=Server.CreateObject("Adodb.Connection")
ozy.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & server.mappath(""&db&"/xxxxxx.mdb")
set rs=Server.CreateObject("Adodb.Recordset")
SQL=" select * from download ORDER BY id desc "
rs.open SQL,ozy,1,3

for i = 1 to 3
if rs.eof then exit for%>
<td width="60" rowspan="2"><a href="xxx.asp?id=<%=rs("id")%>"><img border="0" src="<%=rs("resim")%>" width="60" height="60"></a></font>
</td>
<td width="905" valign="top" bordercolor="#E8E8E8">
<table border="0" width="100%" id="table6">
<tr>
<td colspan="3"><b><a href="xxxx.asp?id=<%=rs("id")%>"><img border="0" src="images/arrow_lxx.gif" width="9" height="12"><%=rs("script_adi")%> &nbsp; <%=rs("versiyon")%></a></b></td>
</tr>
<tr>
<td width="99%" colspan="3"></td>
</tr>
<tr>
<td width="6%"><font color="#C0C0C0" face="Tahoma"><b>Boyut</b></font></td>
<td width="1%"><font color="#C0C0C0" face="Tahoma"><b>:</b></font></td>
<td width="92%">
&nbsp;<%=rs("boyut")%></td>
</tr>
<tr>
<td width="6%"><font color="#C0C0C0" face="Tahoma"><b>Lisans</b></font></td>
<td width="1%">
<font color="#C0C0C0" face="Tahoma"><b>:</b></font></td>
<td width="92%">
&nbsp;<%=rs("lisans")%></td>
</tr>
</table>
</td>
<td width="2" valign="middle" bordercolor="#E8E8E8" rowspan="2">
<img border="0" src="images/line_d.gif" width="1" height="75"></td><%
rs.movenext
Next
rs.close
set rs = Nothing
%>
</tr>
</table>
</TD>
</tr>
</table>
</td>
</tr>
</table>







komple kodları koydum bu sonuç verirmi....