Appnitro Software Forums » MachForm

Logo Change not showing up.

(2 posts)

  1. ashleym
    Member

    I am trying to place my logo at the top of my form. I have read the posts here and for some reason am still having trouble with this.

    I uploaded the file to the images folder under the machform folder on my domain. It shows up in the same folder as the machform.gif files shows up, so I am assuming it is in the right place.

    Here is my code.

    #main_body h1
    {
    background-color:#ffffff;
    margin:0;
    min-height:0;
    padding:0;
    text-decoration:none;
    text-indent:-8000px;
    background-image: url('../../../images/machformheader.jpeg');
    background-repeat: no-repeat;
    }

    #main_body h1 a
    {

    display:block;
    height:100%;
    min-height:475px;
    overflow:hidden;
    }

    The height has changed and the color.. but the image is not showing up. I have tried on a few different forms and one of them will not do ANYTHING and it has the same code.

    Anyone have any suggestions?

    Posted 5 months ago #
  2. Hi,

    It might be you've set wrong file name extension, try to change "background-image" property with this one :

    background-image: url('../../../images/machformheader.jpg');
    Posted 5 months ago #

RSS feed for this topic

Reply

You must log in to post.