Running a php page to display records from a file. Works fine.
If I run just the php section in a program by itself, all colors change for the rows as intended.
If I run the routine inside my main view page the color is always a light blue, title color work as intended(tr) but not the rows of data fields.
Title colors work:
[php]
Table color does not, just below the titles:
[php]
while($rows=mysql_fetch_array($result)){
echo "
[/php]
Again, is a standalone php file it works fine.
Thanks
Fred Henck
Omni Information Systems