listar em linhas
ae galera, estou com dificuldade aqui na minha listsgem, preciso que ao listar meus produtos, ele liste 4 imagens em cada linah e depois pule uma linha, mas nao consegui fazer isso, abixao o codigo:
<table width="94%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <%if a = 1 then%> <%for i=LBound(vetLista,2) to UBound(vetLista,2)%> <td height="53"> <img src="<%=vetLista(1,i)%>" border="0"> <BR> </td> <%next%> <%end if%> </tr> </table>
alguem tem alguma sugestao ??
Discussão (1)
Carregando comentários...