Hi,
I've been trying to add a close button to some of my forms, I've managed to create one using a HTML field and the following bit of code:
<p style="text-align: center; clear:both;"><a class="form-button" href="javascript:parent.jQuery.fancybox.close();">Close</a></p>
Please note that these forms are opening in Fancybox windows.
But the problem I have is the button appears but because it is within a separate DIV element it is not aligned and I cannot seem to force it. I just want it to be lined up with the submit button (here showing as delete) just right aligned not left.
http://s1089.beta.photobucket.com/user/theslink2000/media/ButtonAlign_zpsf98372f4.jpg.html
Can anyone give me a hand with this please?