I need to modify a report in SSRS 2008 that displays a value using a table representation as follows.

The accepted value range is 1-7 and the table changes the background color of the cell in the table. I need to be able to modify the color of the color according to some parameter. I reviewd the code and the report was done by creating 7 images — with the different bachgrounds — and hiding all images but the one that matches the prarameter value.
I was thinking on using an HTML table to achive this, but the I found out SSRS does not support the table tag. Any ideas on this??
I figured it out.
I added 7 Textboxes to the report. I aligned them and set the border values and text to look like the image above. Then, set the color property to something similar to this.