well, do you know any css? You can use css to center the text. It depends on how you wrote your blog or how you set it up. You can view the source code of the page and see what class has been given to the pagination and then in your stylesheet you add that class and center the text
How do I do this?
See my code here:
http://www.aarongmoore.com/test/
I tried adding "text-align: center" but that seemed to have no effect.