Tema: tabla en php
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/08/2010, 11:47
lucianomdq
 
Fecha de Ingreso: junio-2008
Mensajes: 122
Antigüedad: 15 años, 10 meses
Puntos: 1
Respuesta: tabla en php

echo("<table width='75%' border='2' cellspacing='0' align = center style='font-size:12 pt' cellpadding= '0'>\n"); //cambio de letra
echo("<tr>\n");
echo("<td width='26%'> $nombre</a></td>\n");
echo("<td width='26%'> $apellidos</a></td>\n");
echo("<td width='12%'><a href=borrarregistrados.php?id=$id>
Borrar</a></td>\n");

26+26+12 = 64