
09/01/2013, 09:53
|
| | Fecha de Ingreso: junio-2012 Ubicación: En el Mundo
Mensajes: 766
Antigüedad: 12 años, 9 meses Puntos: 10 | |
duda en poder hacer que continue en otro tr en la tabla hola es que tengo esto
<table width="100%" cellspacing="0" cellpadding="4" border="0" id="table40" class="DarkText">
<tr>
<?php do { ?>
<td width="25%" valign="top" bgcolor="#ffffff" align="center" onmouseout="this.style.background='#ffffff'" onmouseover="this.style.background='#F5F5F5'" style="background: none repeat scroll 0% 0% rgb(255, 255, 255);">
<table cellspacing="0" cellpadding="0" bordercolor="#C0C0C0" border="1" bgcolor="#EFEFEF" style="border-collapse: collapse" id="table41">
<tr>
<td><a href="Bad+Taste-493.htm"><img width="100" vspace="2" hspace="2" border="0" style="border: 1px solid #C0C0C0" src="images/film/<?php echo $row_list_movie_center["image"]; ?>"></a></td>
</tr>
</table>
<p style="margin-top: 5px; margin-bottom: 0"> <b><?php echo $row_list_movie_center["title"]; ?></b></p>
<p style="margin-top: 0; margin-bottom: 0">
<a href="movie-type-2.htm"><font color="#800000">
Category</font></a>: <a href="movie-category-14.htm"><font color="#800000">SCI-FI</font></a></p>
<p style="margin-top: 0; margin-bottom: 6px">
# Views: <?php echo $row_list_movie_center["view"]; ?>
</p></td>
<?php } while ($row_list_movie_center = mysql_fetch_assoc($list_movie_center));?>
</tr>
</table>
pero quiero mostrar solo 5 y hay brinque en otro <tr> </tr>
como podria hacer esto posible |