Administrators Thanked: 265 times
You may go hardcore and use IF statements to apply different styles on posts from different categories, e.g.:
<!-- IF {PAGE_ROW_CAT} == 'foo' -->
<
div
class
=
"foober"
>
...
</
<!-- ENDIF -->
<!-- IF {PAGE_ROW_CAT} == 'bar' -->
"barber"
This solution is ok if there aren't many categories of course.