Prova cosi:
codice:<% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 8 Repeat1__index = 0 press_numRows = press_numRows + Repeat1__numRows %> <table border="0"> <% N = 0 While ((Repeat1__numRows <> 0) AND (NOT press.EOF)) N = N+1 %> <tr align="center"> <td> <a href="public/<%=(press.Fields.Item("pdf").Value)%>"> [img]public/<%=(press.Fields.Item([/img]" width="80" /> </td> <%if N mod 4 = 0 Then Response.write "</tr>"%> <tr align="center"> <td><%=(press.Fields.Item("Descrizione").Value)%></td> </tr> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 press.MoveNext() Wend %> </table>![]()

Rispondi quotando