6 answers
Hi Suzi,You'll want to take all the pagination code and move it outside (below) </apex:pageBlockTable>. The only thing remaining inside that tag should be the <apex:column> values. Because that tag iterates over every Contact, you don't want it rendering the pagination controls X number of times, just once
Also follow my above post for working example.Regards,Mahesh