1

Topic: Alternating post styles.

For each post, how do i alternate the style?

I mean, for every odd post i want one table layout, and for every even post i want a different layout.

So posts, 1,3,5,7,9,11 etc. would have layout 1

and post 2,4,6,8,10,12 etc. would have layout 2.

Can anyone poke me in the right direction or shed some light on this?

Re: Alternating post styles.

In PunBB?
Make sure this is set to true in viewtopic.php:

$bg_switch = true;    // Used for switching background color in posts

And make sure you have two separate classes for rowodd and roweven in your CSS.