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

Logo help.


  1. allison4403
    Member

    I believe I'm following the instructions (what I could find at least), but it's not appearing.

    Here's my CSS...

    /**** 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/logo2.gif');
    background-position: center;
    background-repeat: no-repeat;
    }

    I have my logo file in /public_html/machform/images

    What am I missing?

    Posted 14 years ago #
  2. blogjunkie
    Member

    It may be easier if you put the full URL to the logo file, i.e.

    background-image: url('http://yoursite.com/machform/images/logo2.gif');

    Hope that solves it!

    Posted 14 years ago #

RSS feed for this topic

Reply