Quote:
Originally Posted by snoopy5 I thought this too, but as you can see in my posting above, it tried it but it does not work and I do not know why... |
Snoopy...
I just did this same thing to my ReviewPost installation and I think that the problem may be the way you're editing the template. Here's what you need to do.
First:
Add CSS styles to your stylesheet to define the characteristics of the tables. I called mine review_alt1 and review_alt2.
Code:
Content visible to verified customers only.
SECOND:
Edit your showproduct and showproduct1 templates. Change this...
Code:
Content visible to verified customers only.
To this...
Code:
Content visible to verified customers only.
Now if you just adjust the CSS color hex values in the first part, you can color your Pro and Con cells however you want.
Hope that helps.