• Hi everybody!

    I have just created my first ever website (p2part.com) and im wondering how to import my owen logo/graphic to exchange the existing one in the heading. As you know im totally new to this, so please be patient.

    Grateful of any help…

    Lucas Locke

Viewing 1 replies (of 1 total)
  • Hi, if you look in the stylesheet.css file there should be some code like this

    #page{
    
    width: 988px;
    
    float: left;
    
    background: #000000 url(<code>images/header.gif</code>) no-repeat;
    
    color: #fff;

    make a new header.gif that is the same size as the old one (you should find it in the images folder of your directory) and then replace it with a new one.

Viewing 1 replies (of 1 total)
  • The topic ‘My own graphic in the header’ is closed to new replies.