I've got a lot of css in my page, but I can't seem to figure out how to change the table header, and table border colors....
I've tried this:

table.td { color: #ffffff}
			table.th { color: #ffffff}

But that doesn't work.

Do you know how to fix this?

Somehow this worked:
table, th, td { color: #ff0000; }

I had already tried:

th {color: #ffffff;}

So, I'm not sure what that worked.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.