..vi posto la tabella:
codice:
<table width="400" height="414" border="0" cellpadding="0" cellspacing="0">
<%
Set RecSet = Server.CreateObject("ADODB.Recordset")
Visa = "SELECT * FROM Prova ORDER BY ID DESC"
RecSet.Open Visa, Connect, adOpenStatic, adLockOptimistic %>
<% Do Until RecSet.EOF %>
<tr>
<td width="10" height="197"></td>
<td width="185" height="197" align="center" valign="top" class="txt10">
img src="<%=RecSet("Foto")%>.jpg" width="185" height="139" border="0">
<font color="#01009A"><%=RecSet("Marca")%></font>
- <%=RecSet("Descrizione")%>
<span class="txt14"><u><font color="#FD5B16">€
<%=RecSet("Prezzo")%></font></u></span></td>
<td width="10" height="197"></td>
<td width="185" height="197" align="center" valign="top" class="txt10">
<% RecSet.MoveNext
Loop
RecSet.Close
%>
</td>
<td width="10" height="197"></td>
</tr>
<tr class="txt10">
<td width="10" height="10"></td>
<td width="185" height="10" align="center" class="txt10"></td>
<td width="10" height="10"></td>
<td width="185" height="10" align="center" class="txt10"></td>
<td width="10" height="10"></td>
</tr>
<tr>
<td height="197"></td>
<td height="197" align="center" valign="top" class="txt10"></td>
<td height="197"></td>
<td height="197" align="center" valign="top" class="txt10"></td>
<td height="197"></td>
</tr>
<tr class="txt10">
<td height="10"></td>
<td height="10" align="center" class="txt10"></td>
<td height="10"></td>
<td height="10" align="center" class="txt10"></td>
<td height="10"></td>
</tr>
</table>