estou com uma duvida boba, alguem poderia me ajudar?
Tenho uma tabela com 2 colunas...
Gostaria de popular alternando as colunas, primeiro na esquerda, depois na direita...
Tenho que usar mod?
Obrigado!
<table border="1">
<tr>
<th class="qtd">QTDE.</th>
<th class="und">UNID.</th>
<th class="desc">DESCRIÇÃO</th>
<th class="qtd">QTDE.</th>
<th class="und">UNID.</th>
<th class="desc">DESCRIÇÃO</th>
</tr>
<tr>
<td>1</td>
<td>100</td>
<td>descricao1</td>
<td>2</td>
<td>200</td>
<td>descricao2</td>
</tr>
</table>



Postagens
Male
