Hi
Where does this take place? both my columns are the same colors I would like them to alternate instead.
Quote:
Please note:
------------
For cosmetic reasons, you may wish to change the <td class=""> attributes manually, or use a conditional to do so:
i.e.
------------
<td class="alt2"
<td class="alt1"
------------
becomes :
------------
<td class="<if condition="$vboptions[showthreadstartercolumn]">alt1<else />alt2</if>"
<td class="<if condition="$vboptions[showthreadstartercolumn]">alt2<else />alt1</if>"
|
N'mind I found it