Ver Mensaje Individual
  #6 (permalink)  
Antiguo 06/05/2007, 22:06
XY0X
 
Fecha de Ingreso: mayo-2007
Mensajes: 1
Antigüedad: 17 años
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:)