Converting a jpg image into a wordpress header

Discussion in 'WordPress' started by Blogmaster, Feb 26, 2007.

  1. #1
    Blogmaster, Feb 26, 2007 IP
  2. MarRome

    MarRome Peon

    Messages:
    865
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In the css file you are using find the header and you should be able to replace it
    with
    #header {
    background: url("/images/yourfile.jpg")
    }

    it looks like you are using the default theme depending on the size of the graphic you may have to change this to match

    #headerimg {
    margin: 7px 9px 0;
    height: 192px;
    width: 740px;
    }

    think that should work.

    good luck
     
    MarRome, Feb 26, 2007 IP
  3. Blogmaster

    Blogmaster Blood Type Dating Affiliate Manager

    Messages:
    25,924
    Likes Received:
    1,354
    Best Answers:
    0
    Trophy Points:
    380
    #3
    thank you, passing it on to my friend who is doing it now
     
    Blogmaster, Feb 26, 2007 IP