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

how to edit my form in html


  1. ladhibi
    Member

    I need to change the background color of my form and and add a logo, where do i find myy newly created form?

    Posted 13 years ago #
  2. yuniar

    To change the logo, simply edit your form CSS (use Edit CSS menu), search for logo section:

    /**** Logo Section *****/
    main_body h1 {
    background-color:#dedede;
    margin:0;
    min-height:0;
    padding:0;
    text-decoration:none;
    text-indent:-8000px;
    background-image: url('../../../images/machform.gif');
    background-repeat: no-repeat;
    }

    change the background-image line to use your logo. example:

    background-image: url('http://www.example.com/new_logo.gif');

    Regarding the background, which background color you are referring to?
    the body of the form? or the page behind the form?


    MachForm Founder

    Posted 13 years ago #
  3. songcity
    Member

    Yuniar,

    Is there a way to edit my CSS to to fix the page background to where it is fixed and not scrolling with the form? I've searched all over the forum for the answer to this question.

    Posted 9 years ago #
  4. AMurray
    Pro Member

    @songcity

    I would expect there is also a "background" section for the CSS, put the below code there.

    background-attachment: fixed;

    Refer also to:
    http://www.w3schools.com/cssref/pr_background-attachment.asp

    Posted 9 years ago #

RSS feed for this topic

Reply