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

ie css


  1. katya
    Member

    Hello,

    I have a form at http://bbscchennai.com/site/membershipform.htm and if you see it in ie the form is a little too much to the right and if i see it in firefox, the position is just the way i want it. How do I change it so it looks the same way on ie?

    Katya

    Posted 15 years ago #
  2. redityo

    Hi Katya,

    Try to edit #main_body rule in your CSS form, by default it will be like this

    #main_body
    {
    	background:#fffff;
    	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    	font-size:small;
    	margin:8px 0 16px;
    	text-align:center;
    }

    try to change become

    #main_body
    {
    	background:#fffff;
    	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    	font-size:small;
    	margin:8px 0 16px;
    	text-align:left !important; /* here is the change */
    }

    MachForm Support

    Posted 15 years ago #

RSS feed for this topic

Reply