Ver Mensaje Individual
  #7 (permalink)  
Antiguo 11/02/2007, 15:26
Avatar de _minimalnet_
_minimalnet_
 
Fecha de Ingreso: diciembre-2006
Ubicación: Valencia
Mensajes: 302
Antigüedad: 17 años, 5 meses
Puntos: 6
Re: Ayuda con plugin WP-PostRatings en mi codigo php ? me crea salto de linea...:_(

Cita:
<?php comments_popup_link('(0) Comentarios &raquo;', '(1) Comentario &raquo;', '(%) Comentarios &raquo;'); ?> <strong>-</strong> <?php the_category(', ') ?> <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
has pensado en meter esto en una tabla? así?

Cita:
<table width="0%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><?php comments_popup_link('(0) Comentarios &raquo;', '(1) Comentario &raquo;', '(%) Comentarios &raquo;'); ?> <strong>-</strong> <?php the_category(', ') ?></td>
<td><?php if(function_exists('the_ratings')) { the_ratings(); } ?></td>
</tr>
</table>