Loop na tabela
Olá pessoal,estou com um pequeno problema na hora de fazer meu loop na tabela...meu código atual é:
<table width="370" border="0" cellspacing="0" cellpadding="0"> <tr> <% Do While Not rsUltNoticia.EOF %> <td width="185" valign="top"><img src="img/gifTransparent.gif" width="1" height="5" /><br /> <font class="font11"><strong> <% = rsUltNoticia("titulo") %> </strong></font><br /> <img src="img/gifTransparent.gif" width="1" height="5" /><br /> <img src="img/<% = rsUltNoticia("thumb") %>" width="177" height="63" /><br /> <img src="img/gifTransparent.gif" width="1" height="5" /><br /> <% = rsUltNoticia("olho") %> <br /> <a href="#" class="laranja">[+] Leia mais</a></td> <td width="185" valign="top"> </td> <% rsUltNoticia.MoveNext Loop %> </tr></table>
Mas desse jeito ele está apresentando todos os item na mesma linha em colunas diferente...eu gostaria de a cada dois itens ele desse uma quebra de linha... ou melhor, fosse para proxima linha na tabela...alguém sabe me dizer como faço para arrumar isso???obrigado[]sCaruzo
Discussão (1)
Carregando comentários...