Alignment in Elements

Hi I have small issue in the alignment between my text and contact form. I want the Contact Form to align perfectly to the left but it is currently slightly to the right. PAGE

Inside FORMA.aspx you need to remove the margins on the <body> element.

hmm I can’t seem to locate those margins the only ones I see are the user-agent stylesheet ones and the margin on my #Button1

Those margins are browser-default. You won’t see them.

So I should override those? those are the ones your speaking of correct?

csosa,

Do you own the form page that is being shown in the iframe?

If you do, then go to that file and set the margins for the <body> element on that page to zero. That is what Ryan said.

body {margin:0;}
1 Like

Alright

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.