How do I change the text colour in HTML?

Matty

New member
I've tried everything I can but it still doesn't seem to work. Help please
I'm using this
</style>
<style type="text/css">
td.off {
background: #333;
text-align: center;
}
td.on {
background: #0F0;
text-align: center;
}
</style>
How would I change the text colour in this?
 
Back
Top