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.
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.
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..