Hi, I am using Zend_Paginator in my project. All works fine. I'd like to add a class="odd" on rows 1,3,5... and a class="even" on 2,4,6... in my view partial. How can I do this? All help is appreciated. regards, -R