anyone know how to do this? thanks

Comments

Wassim Ghannoum’s picture

u can do it using css...
use firefox with the firebug add-ons, and the inspect the button, u will get the class of the button so use it in the css to center it...

Anonymous’s picture

You can add text-align to the block level element wrapping the button or you can use margin: 0 auto