Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/10/2008, 07:25
B4l4
 
Fecha de Ingreso: octubre-2007
Mensajes: 203
Antigüedad: 16 años, 6 meses
Puntos: 0
Respuesta: Problema con tabla

Lo cambie pero sigue apareciendo a la izquierda :(

codigo:

Código PHP:
while($row mysql_fetch_array($_pagi_result))
{
    echo 
'<table summary="quien sabe" style="width:50%;" align="center">';
    echo 
'<tr><td align="center">'.crear_video($row[ruta]).'</td>';
    echo 
'<td align="center"><br />'.crear_video($row[ruta]).'</td></tr>';
    echo 
'</table>';
    echo 
'<br>';
}
echo 
"<br>";
echo 
'<table summary="quien sabe" style="width:50%; text-align:center">';
echo 
'<tr><td align="center">'.$_pagi_navegacion.'</td></tr>';
echo 
'<tr><td align="center"><br />'.$_pagi_info.'</td></tr>';
echo 
'</table>';
?>