This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Alignment of form 'submit' button
Started 14 years ago by robertshaw | 2 posts |
-
Hi
How do I align the submit button to the right instead of left?
And better still, can I make it a text link button instead to make it match the rest of my site?
Thanks
Posted 14 years ago # -
Try to put this CSS code into the bottom of your form CSS code:
#li_buttons{ text-align: right; } #saveForm{ border: none; }
You still need to adjust the styling of the button though, by modifying the properties of "#saveForm" above. The code above only remove the button borders.
MachForm Founder
Posted 14 years ago #
Reply
You must log in to post.