RE: [PHP-DB] Changing colors in table?

2002-09-30 Thread Blue Tiger
0) { echo " bgcolor = \"#88\""; // another color } else// if no value matched { echo ">"; // close tag } Tony S. Wu [EMAIL PROTECTED] "Nope, this world ain't perfect. But at least I know it's not because of

RE: [PHP-DB] Changing colors in table?

2002-09-30 Thread Blue Tiger
hen the page is first loaded, you can just use the bgcolor attribute of tag. If you want to dynamically change the background color, you'll need to combine your page with javascript. Tony S. Wu [EMAIL PROTECTED] "Nope, this world ain't perfect. But at least I know it's not be

[PHP-DB] Changing colors in table?

2002-09-30 Thread Blue Tiger
Okay. Disclaimer: I am very much the newbie, so please bear with me. I have a piece of code that displays an array from a MySQL table. One field in the table is blank (and is displayed as an empty column of cells) at the moment. I want to have the blank cells display an image, value, or chang