S
Steven Sinfield
Hi There,
I've been trying to work out a function that would change my text color
depending on what text is displayed in a particular field. But I seem to be
getting myself into one big mess with it.
What I want to be able to is have a specific color for a specific string of
text. I am sure this can be done but I dont know how, I have search google
and still havent come up with a solution.
The line I am try to change text on is this;
<tr>
<td class="style2"><span class="style3"><?php echo $status; ?></span></td>
</tr>
can this be done?
Always greatful for you guru's help
Steve
I've been trying to work out a function that would change my text color
depending on what text is displayed in a particular field. But I seem to be
getting myself into one big mess with it.
What I want to be able to is have a specific color for a specific string of
text. I am sure this can be done but I dont know how, I have search google
and still havent come up with a solution.
The line I am try to change text on is this;
<tr>
<td class="style2"><span class="style3"><?php echo $status; ?></span></td>
</tr>
can this be done?
Always greatful for you guru's help
Steve