Why bgcolor attribute is not working for tables ?

Permalink
Hi,
I am using bgcolor attribute in my tables.
But its not showing the background color.
I have checked the same html on other html pages, its working there but on concrete5 bgcolor attribute is not working.

Can you figure out why this is not working ?
Here is the link :http://exrx.net/concrete5.7.1/topics/weight-management...
There is bgcolor in most of cells of tables.

srjahir32
 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
In your css file on line 72 you have 'background: transparent' which is over-riding your tables style.
So.. for an example, change your table code from bgcolor="#99ccff" to style="background-color:#99ccff"
Or
You could give those tables a separate class and make a declaration in your css file..