<table>
<tr>
<%SELECT....
img = 1
Do while not (rs_3.EOF or rs_3.BOF)
......
%>
<td valign="middle" align="center" height="108" width="108" bgcolor="#333333">
[img][/img]
</td>
<%
img = img + 1
if img > 6 Then
img = 1
response.write("</tr><tr bgcolor='4D4D4D'>")
end if
rs_3.movenext
loop
do while not img > 6
response.write("<td valign='middle' align='center' height='108' width='108' bgcolor='#333333'>" & img &"</td>")
img = img + 1
loop
Else
response.write("<td colspan='6'>Non ci sono immagini</TD>")
end if
response.write("</tr>")
%>
</table>
Quando inserisco la sesta immagine mi crea na riga nuova con 6 celle vuote![]()
Sapreste dirmi dove saglio?

Rispondi quotando