mastertrac
Posts: 10
|
| Posted: 02/14/2006, 12:32 PM |
|
I have the need to change the background color of some data cells based on various dynamic criteria. I looked in the help file and it says to have a label in the html which I have added:
<td style="{statColor}" nowrap>{Status} </td>
I can change it dynamically and everything works, Except: When I change any html element--the next time CCS3 generates the code it gives me the following message:
I click "NO" to the question but my labels are gone. They are now changed to something like this:
<td style="statColor: " nowrap>{Status} </td>
If I manually change them back to what you see in the first code snippet, the background changes will still work, but what a royal pain! I have asked support about it and engineering has been "looking" into it for over a month now. Does anybody know what is going on here? Am I doing something wrong or is this a bug in CCS3?
Thanks, Mark
_________________
Thanks,
Mark |
 |
 |
mrachow
Posts: 509
|
| Posted: 02/14/2006, 11:55 PM |
|
Hi Mark,
from time to time the situation you are faced with could arise.
Some times I had placed HTML tags inside other HTML tags which resulted in invalid HTML forcing an erroneous parsing of HTML by Studio.
Sometimes Studio is simply confused by the actual situation.
But it happens seldom.
I can tell only what I would try. It would be placing the whole style stuff into the Label control e.g.<td {statColor} nowrap> ...
If that don't help I would change the name of statColor.
_________________
Best regards,
Michael |
 |
 |
|