I have a very simple webpage displaying survey results from a database. The results are displayed in a table format. I would like to have the individual cells background color change based on the cell’s content.
Example: If the survey response is “Very Satisfied” the cell would have a green background. If the response is “Very Dis-satisfied” the background would show red.
I’ve been looking for how I can get this done via style sheet but so far I haven’t had any luck… any thoughts??
Keith