ciao a tutti vorrei un aiuto
come posso fare una area ripetuta verso orizzontale?
<td width="80">Foto</td>
</tr>
<% While ((Repeat1__numRows <> 0) AND (NOT Regina.EOF)) %>
<tr>
<td>[img]public/<%=(Regina.Fields.Item([/img]" width="80" height="80" border="0" /></td>
</tr>
<tr>
<td><%=(Regina.Fields.Item("nickname").Value)%></td>
</tr>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Regina.MoveNext()
Wend
%>
</table>
ciao a tutti

Rispondi quotando
