PDA

View Full Version : Different styles in posts


s0b
05-23-2007, 08:17 PM
I want to have different styles to each post. ie:


Post 1:
<td class="alt1">


Post 2:
<td class="alt2">


Post 3:
<td class="alt1">


Post4:
<td class="alt2">

...


Until the post 20 that change to a new page. Is that possible??

Very much thanks!

Dismounted
05-24-2007, 06:26 AM
<if condition="$number % 2"><td class="alt1"><else /><td class="alt2"></if>