06/05/2007, 22:06
|
| | Fecha de Ingreso: mayo-2007
Mensajes: 1
Antigüedad: 17 años, 8 meses Puntos: 0 | |
Re: Colores HEXAGECIMALES, difieren entre HTML y PHP?? El codigo correcto seria:
echo "<table bgcolor=\"$color2\" width='800px'><tr bgcolor=\"$color\"><td width='200px'>".$array['nombre']."</td><td width='200px'>".$array['apellido']."</td><td width='200px'>".$array['dominio']."</td><td width='200px'>".$array['fecha']."</td></tr>";
Salu2:) |