I have a list, and each item is linked, is there a way I can alternate the background colors for each item?
L
Try adding a pair of class attributes, say 'even' and 'odd', to alternating list elements, e.g.
Link 1 Link 2 Link 3 Link 4 Link 5
In a