Quote Originally Posted by soyabeane View Post
hey Makoshark,

try this:

add <div align="center"> after <div class="checkoutButton">

worked for me :)
Better like this:

HTML Code:
<div align="center" class="checkoutButton">
or you'll need two closing </div> tags with your method... because you are nesting a <div> inside a <div>.