CSS for position of submit button

Anonymous
Not applicable

CSS for position of submit button

Hi Guys,

Is there a CSS that I can achive the screenshot below? I would like to reposition the submit button and my checkbox below.

http://ins.accenture.com/TEST_TurbochargeyourInsuranceBPO_RegistrationPage.html

0EM50000000RjXJ.jpg
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: CSS for position of submit button

Hi Ian,

First, I'd recommend using Forms 2.0. It makes this stuff a little easier.

The code would look like:

#mktFrmButtons {
  1. margin-left-60px; /*Approx*/
}
#Contact_Status {
  1. margin-left0;
}

Finally, I think you should look at what code is already on the page. There seems to be existing styling that's already changing element positions on your page.