Appnitro Software Forums » MachForm

Submit Button - distance to next object or text

(3 posts)
  • Started 3 years ago by rscott7706
  • Latest reply from rscott7706

  1. 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 3 years ago #
  2. 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

    Posted 3 years ago #
  3. Thanks redityo, got it.

    Looks like I am close to the finish line!!

    More news at 11:00....

    Ron

    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.