I have a simple php page which outputs a table (which has been created dynamically).
The text on the page is all red marked, unless you specifically put a font color element and force it to become black.
I use FF and have Firebug installed, so I wonder if you guys have any tips on how to troubleshoot why this text isn’t black?
I have tried:
1- Setting the body text color to 000 both with css and html… Didn’t work!
2- Checking all classes.
Any tips???
All I have figured out is that when I DONT include my css files, the text becomes black standard. And I have looked at the css files without finding anything suspicious.
How should I troubleshoot?
Isn’t there any way to check which styles if any, a text has applied to it somehow?
If you inspect the element in Firebug it should tell you all the styles attached to that element (Including the inherited ones)
Like in the screen shot in the page below.
http://getfirebug.com/css