![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/07/2003, 15:13
|
![Avatar de Nefertiter](http://static.forosdelweb.com/customavatars/avatar29349_0.gif) | | | Fecha de Ingreso: enero-2003 Ubicación: Rosario
Mensajes: 1.316
Antigüedad: 22 años, 1 mes Puntos: 9 | |
Paginacion hola tengo una duda para mostrar mis datos de la paginacion en 3 columnas en vez de una,
tengo esto
<table width="450" border="0" cellpadding="0" cellspacing="0">
<?php do { ?>
<tr>
<td>
<a href="<?php echo $row_wallpapers['imgdir'];?>"><img src="<?php echo $row_wallpapers['thumbnail']; ?>" border="0">
</a></td>
</tr>
<tr>
<td><a href="<?php echo $row_wallpapers['imgdir'];?>"><?php echo $row_wallpapers['imgname']; ?> </a></td>
</tr>
<?php } while ($row_wallpapers = mysql_fetch_assoc($wallpapers)); ?>
</table>
hay alguna manera de hacerlo en tres columnas?
por que con ese codigo solo se repetirian las mismas imagnes |