I\'m implementing pagination, and it needs to be centered. The problem is that the links need to be displayed as block, so they need to be floated. But then, text-alig
text-alig
Set your container's width in px and add:
width
px
margin: 0 auto;
Reference.