Tema: Problemilla
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 18/02/2013, 15:53
yolanda16568
 
Fecha de Ingreso: agosto-2011
Mensajes: 165
Antigüedad: 12 años, 8 meses
Puntos: 1
Respuesta: Problemilla

Código PHP:
<table width="100%" border="0" align="center">
              
              <tr bgcolor="#EDD589">
                <td height="20" valign="top"><span class="irq5"><span class="irq2"><img src="imagen/rar.jpg" alt="" width="41" height="35" /> Archivo del Usuario</span></span><span class="irq5"><strong><span class="centro311"> : <?php echo $_SESSION['MM_Username']; ?></span></strong></span></td>
              </tr>
              <tr bgcolor="#EDD589">
                <td width="50%" height="20" align="right"><a><strong><span class="irq2"><?php echo $row_archivos['texto']; ?></span></strong></a><a href="eliminar_ficheros_cliente.php?archivo_id=<?php echo $row_archivos['archivo_id']; ?>"><strong>: Eliminar </strong></a><strong><a href="<?php echo $row_archivos['nombre_archivo']; ?>">Descargas</a></strong></td>
              </tr>
            </table>
Este es el codigo: