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

Submit Button - distance to next object or text


  1. rscott7706
    Member

    I have looked through the CSS and don't find anything that seems to control the height or padding around the submit button. But, it seems as if there is an inordinate amount of distance between my submit button and the HTML coding below it.

    I am using a PHP require for the form, and that may have some affect, but not sure.

    Can you look at this and see if there is a way to close the gap between the Submit button and the text;

    "Note!!!! Once your Miller Act Notice has been served you have a statutory timeframe in which you must file a lawsuit if you intend to enforce your Miller Act rights."

    Here is the link (scroll all the way to the bottom):

    http://www.masterliens.biz/machform/data/form_5/MillerActNotice.php

    Thanks!!
    Ron

    Posted 15 years ago #
  2. redityo

    Hi Ron,

    Try to edit your CSS and find these section

    #main_body {
     background-image:url(http://www.masterliens.net/images/bg-page.gif);
     font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
     font-size:small;
     margin:8px 0 16px; /* change here */
     text-align:center;
    }
    
    #footer {
    clear:both;
    color:#999999;
    font-size:85%;
    padding-bottom:15px; /* change here */
    text-align:center;
    width:640px;
    }

    replace with this one

    #main_body {
     background-image:url(http://www.masterliens.net/images/bg-page.gif);
     font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
     font-size:small;
     margin:8px 0 16px; /* change here */
     text-align:center;
    }
    
    #footer {
    clear:both;
    color:#999999;
    font-size:85%;
    padding-bottom:15px; /* change here */
    text-align:center;
    width:640px;
    }

    it should make gap between submit button and your text smaller


    MachForm Support

    Posted 15 years ago #
  3. rscott7706
    Member

    Thanks redityo, got it.

    Looks like I am close to the finish line!!

    More news at 11:00....

    Ron

    Posted 15 years ago #

RSS feed for this topic

Reply