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 add logo ~ tried other link an still lost!


  1. stacykrager
    Member

    Hi...I am having the hardest time with this! Doesn't seem super user friendly at all. I need to add a logo to my form, checked out this link:
    http://www.appnitro.com/forums/topic/custom-header-graphic-and-menu-buttons?replies=7#post-5182

    But where do I go to edit my CSS? I found a thing in the folder I downloaded when I purchased, and also in my cpanel, but I don't see the #main_body anywhere. So frustrated after hours of searching and trying things out...have never ever done this before so any help would be great!

    Posted 14 years ago #
  2. sjones
    Member

    Get onto the main page where you click on the icon to edit the form. The icon to the right of that says Edit CSS. Click on this.

    About 50 lines down there will be a heading that says:
    /**** Logo Section *****/
    Just below that is where you want to make the change:
    #main_body h1
    {
    background-color:#ffcc33;
    margin:0;
    min-height:0;
    padding:0;
    text-decoration:none;
    text-indent:-8000px;
    background-image: url('../../../images/TinyLogo.gif');
    background-repeat: no-repeat;

    change background-image: url('../../../images/TinyLogo.gif');
    to whatever the location is for your logo. For example
    background-image: url('http://www.yourdomain.com/images/header.jpg');

    That should solve your problem.

    As for your observation that the application does not appear to be user friendly...I have 28 forms that I currently have designed on this application. It does take some trial and error, but I eventually get things to work. This forum is invaluable in getting questions answered.

    If I had to pay someone to design each of these forms, it probably would have cost me over $5,000. The $40.00 I paid for Machforms is the best investment I ever made. I can hardly wait for their new version.

    Posted 14 years ago #
  3. stacykrager
    Member

    thanks so much..definitely helped. I'm sure after I do this 28 times I'll understand it too.

    Posted 14 years ago #
  4. yuniar

    Hi stacy!

    I've sent you an email with more info.
    Please check it :-)


    MachForm Founder

    Posted 14 years ago #
  5. jeriherman
    Member

    Help, I am trying this an it still is not working for me. I have uploaded gif file with my logo to images folder in my public html folder and I've changed the code as directed. It got rid of the gray bar, but no logo is appearing. HELP!

    Thanks

    Posted 14 years ago #
  6. jeriherman
    Member

    me again, sorry. I figured it out -- i needed a line for height! Yea! Thanks.

    Posted 14 years ago #
  7. markmorrison
    Member

    Ok I have two problems with this logo. I'm sure I am just having abrain fade today but perhaps someone could take a glance and tell me what i am doing wrong. the header image I am using is not showing up properly. I assume it is a height adjustment setting somewhere only i can't seem to find where. Also after clicking Continue there are more issue that are quite obvious. Thanks in advance for the help.

    http://www.ajpeachey.com/onlinedata/machform/view.php?id=1

    Posted 14 years ago #
  8. yuniar

    Try use this CSS code instead:

    #main_body h1
    {
    	background-color:#FFFFFF;
    	margin:0;
            height:148px;
    	min-height:148px;
          	padding:0;
    	text-decoration:none;
    	text-indent:-8000px;
    	background-image: url('http://www.ajpeachey.com/images/index_05.jpg');
    	background-repeat: no-repeat;
    }
    
    #main_body h1 a
    {
    
    	display:block;
            height:148px;
    	min-height:148px;
    	overflow:hidden;
    }

    MachForm Founder

    Posted 14 years ago #

RSS feed for this topic

Reply