Hi,
how use {cycle} with three values? Whats wrong with this code:
<table>
<tr bgcolor="{cycle values='#aaaaaa,#bbbbbb'}">
<td bgcolor="{cycle values='#1112233,#334455'}">value</td>
<td bgcolor="{cycle values='#998811,#334466'}">value1</td>
</tr>
</table>
Thanks