Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/08/2007, 13:07
Avatar de ferbux
ferbux
 
Fecha de Ingreso: mayo-2007
Ubicación: por ahí intentado ayudar
Mensajes: 823
Antigüedad: 17 años
Puntos: 6
Re: Poner fondo en tabla

hola lo ke te dice gator es cierto, puedes hacer esto:

if ($row = mysql_fetch_array($result)){
echo "<table border = '1'BGCOLOR=#B0C4df> \n";
echo "<tr> \n";
echo "<td BGCOLOR=WHITE width=100><CENTER><b>SALA</b></CENTER></td> \n" echo "</tr> \n";

do {
echo "<tr> \n";
echo "<td><CENTER>".$row["id_sala"]."</CENTER></td> \n";
echo "</tr> \n";
} while ($row = mysql_fetch_array($result));


}

Espero te sirva, salu2.
__________________
"Eres grande por que caminas entre gigantes"