Hi Scott
I'm doing a fancy layout of the item list (newpaper style, multiple column) and although I can do it with fancy CSS (float and widths, block-inline etc, there is always the odd little tweak that can not be done.
A type of token that could be handy is ([ITEMINDEX] % 2), which tells me if its an ODD or EVEN index number, and therefore I can manipulate the right and the left column seperately through css.
Example
[EXPRESSION:[ITEMINDEX] % 2:=:TRUE]
/* COLUMN 2's overide CSS calss here */
[/EXPRESSION:[ITEMINDEX] % 2:=:TRUE]
Any way you know how to achieve this with the existing tokens. |