Donator
normal odd/even: below would be in a .tpl file div class="{\FORUMS_POSTS_ROW_ODDEVEN\}" below is in a .css file .odd {background-color:red;} .even {background-color:blue;}
div class="{\FORUMS_POSTS_ROW_ODDEVEN\}"
.odd {background-color:red;} .even {background-color:blue;}
custom div1/div2: below would be in a .tpl file div class="{\FORUMS_POSTS_ROW_ODDEVEN\}" below is in a .css file .div1 {background-color:orange;} .div2 {background-color:yellow;}
.div1 {background-color:orange;} .div2 {background-color:yellow;}