23 Apr
2001
23 Apr
'01
3:02 p.m.
Hello Gitte, To use the odd and even -attribute you have to be inside an iteration. <dtml-in someSequence> <dtml-if sequence-id-odd> <tr bgcolor="blue"> <dtml-else> <tr bgcolor="red"> </dtml-if> <td> some stuff here</td> </tr> </dtml-in> Hope this helps. Sven
9114
Age (days ago)
9114
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sven Hohage