Jump to content


ThiAgo Leão

Member Since 25/04/2008
Offline Last Active 20/09/2012, 11:00
-----

Topics I've Started

Popular Colunas Em Tabela

06/09/2012, 13:26

Fala ae galera, beleza?
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>

IPB Skin By Virteq