How to get rid of right margin on a form placed on my site?
- zuiderburenAsked on January 08, 2011 at 11:08 AM
I just embedded a form on my website using the full source code. My form is 300px wide. I would like to have the questions to be aligned left without any margin and the text fields to be aligned right without any margin. When I open the webpage which includes the form I see approxmately 10px margin at the right. How can I solve this?
Thanks for your help.
- JotForm FounderaytekinAnswered on January 10, 2011 at 08:54 AM
Please do not use forum thread titles such as "margin". Your thread title should be descriptive so that forum is useful for everyone.
I'm not sure about the problem but I think you should simply open your web page in your favorite HTML editor such as DreamWeaver, and then change the alignment as you would like. A good HTML editor should allow you do this, and that's the whole point in using full source code. So, you can change things like this on your own editor.
- zuiderburenAnswered on January 11, 2011 at 01:18 PM
Thanks Aytekin and my apologies for the vague title.
Is it possible to make the changes as well in a text editor by changing the css code? I created my website in Microsoft note pad. Thanks again for your support and keep up the good work. - JotForm FounderaytekinAnswered on January 12, 2011 at 05:37 AM
Yes, certainly, you can also make the changes on notepad. HTML editors allow you to visually change the page. That's why I recommended that.