Hi,
I have created a custom button that I want to position at middle center of the page. (I want to leave the Next button where it is bottom-right). I put together the following code from threads on this site, but it does not work. Any help to correct it would be greatly appreciated.
function createNextButton() {
var nextButtonHTML = '';
jQuery('#Buttons').append(nextButtonHTML);
}
createNextButton();
jQuery("#return").css({"text-align": "center", "position":"absolute", "margin-top":-890px
});
Question
Position of Custom Buttom
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

